We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ededfd commit 0b949dfCopy full SHA for 0b949df
.github/workflows/tests.yml
@@ -19,6 +19,7 @@ jobs:
19
node-version: ${{ matrix.node-version }}
20
- name: npm install, build, and test
21
run: |
22
+ npm install
23
npm test
24
env:
25
CI: true
0 commit comments