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 0f20391 commit 9c3b8ebCopy full SHA for 9c3b8eb
.github/workflows/test.yml
@@ -18,4 +18,6 @@ jobs:
18
with:
19
node-version: ${{ matrix.node-version }}
20
- name: API Test
21
- run: node ./tools/api-tester/apitest.js
+ run: |
22
+ npm install
23
+ node ./tools/api-tester/apitest.js
0 commit comments