Skip to content

Commit 9c3b8eb

Browse files
committed
stash changes
1 parent 0f20391 commit 9c3b8eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- name: API Test
21-
run: node ./tools/api-tester/apitest.js
21+
run: |
22+
npm install
23+
node ./tools/api-tester/apitest.js

0 commit comments

Comments
 (0)