We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a665d commit 87888f2Copy full SHA for 87888f2
.github/workflows/main.yml
@@ -280,16 +280,21 @@ jobs:
280
- run: |
281
ci/rustfmt.sh
282
283
- test-npm-package-types:
+ test-npm-package:
284
runs-on: ubuntu-latest
285
+ needs: [build]
286
steps:
287
- uses: actions/checkout@v2
288
- uses: actions/setup-node@v3
289
with:
290
node-version: 18
291
+ - name: Download Engine
292
+ uses: actions/download-artifact@v3
293
+ with:
294
+ name: engine-release
295
- run: yarn
296
shell: bash
- - run: npm run test:types
297
+ - run: npm test
298
299
e2e-async-select:
300
0 commit comments