@@ -87,43 +87,43 @@ jobs:
87
87
- name : Run tests, against dist
88
88
run : yarn test
89
89
90
- test-types :
91
- name : Test Types with TypeScript ${{ matrix.ts }}
92
-
93
- needs : [build]
94
- runs-on : ubuntu-latest
95
- strategy :
96
- fail-fast : false
97
- matrix :
98
- node : ['16.x']
99
- ts : ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9.2-rc']
100
- steps :
101
- - name : Checkout repo
102
- uses : actions/checkout@v2
103
-
104
- - name : Use node ${{ matrix.node }}
105
- uses : actions/setup-node@v2
106
- with :
107
- node-version : ${{ matrix.node }}
108
- cache : ' yarn'
109
-
110
- - name : Install deps
111
- run : yarn install
112
-
113
- - name : Install TypeScript ${{ matrix.ts }}
114
- run : yarn add typescript@${{ matrix.ts }}
115
-
116
- - uses : actions/download-artifact@v2
117
- with :
118
- name : package
119
- path : packages/toolkit
120
-
121
- - name : Install build artifact
122
- run : yarn add ./package.tgz
123
-
124
- - run : sed -i -e /@remap-prod-remove-line/d ./tsconfig.base.json ./jest.config.js ./src/tests/*.* ./src/query/tests/*.*
125
-
126
- - name : Test types
127
- run : |
128
- yarn tsc --version
129
- yarn type-tests
90
+ # test-types:
91
+ # name: Test Types with TypeScript ${{ matrix.ts }}
92
+
93
+ # needs: [build]
94
+ # runs-on: ubuntu-latest
95
+ # strategy:
96
+ # fail-fast: false
97
+ # matrix:
98
+ # node: ['16.x']
99
+ # ts: ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9.2-rc']
100
+ # steps:
101
+ # - name: Checkout repo
102
+ # uses: actions/checkout@v2
103
+
104
+ # - name: Use node ${{ matrix.node }}
105
+ # uses: actions/setup-node@v2
106
+ # with:
107
+ # node-version: ${{ matrix.node }}
108
+ # cache: 'yarn'
109
+
110
+ # - name: Install deps
111
+ # run: yarn install
112
+
113
+ # - name: Install TypeScript ${{ matrix.ts }}
114
+ # run: yarn add typescript@${{ matrix.ts }}
115
+
116
+ # - uses: actions/download-artifact@v2
117
+ # with:
118
+ # name: package
119
+ # path: packages/toolkit
120
+
121
+ # - name: Install build artifact
122
+ # run: yarn add ./package.tgz
123
+
124
+ # - run: sed -i -e /@remap-prod-remove-line/d ./tsconfig.base.json ./jest.config.js ./src/tests/*.* ./src/query/tests/*.*
125
+
126
+ # - name: Test types
127
+ # run: |
128
+ # yarn tsc --version
129
+ # yarn type-tests
0 commit comments