Skip to content

Commit 87888f2

Browse files
Jake ChampionJakeChampion
authored andcommitted
run all the npm package's test suite
1 parent 37a665d commit 87888f2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,16 +280,21 @@ jobs:
280280
- run: |
281281
ci/rustfmt.sh
282282
283-
test-npm-package-types:
283+
test-npm-package:
284284
runs-on: ubuntu-latest
285+
needs: [build]
285286
steps:
286287
- uses: actions/checkout@v2
287288
- uses: actions/setup-node@v3
288289
with:
289290
node-version: 18
291+
- name: Download Engine
292+
uses: actions/download-artifact@v3
293+
with:
294+
name: engine-release
290295
- run: yarn
291296
shell: bash
292-
- run: npm run test:types
297+
- run: npm test
293298

294299
e2e-async-select:
295300
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)