We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9ba62 commit 790cf73Copy full SHA for 790cf73
.github/workflows/tests.yml
@@ -20,6 +20,6 @@ jobs:
20
- name: npm install, build, and test
21
run: |
22
npm install
23
- npm ci-test
+ npm run ci-test
24
env:
25
CI: true
0 commit comments