We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7cacff commit 3288f41Copy full SHA for 3288f41
2 files changed
.github/workflows/deploy.yml
@@ -44,7 +44,7 @@ jobs:
44
CLIENT_ID: ${{ secrets.CLIENT_ID }}
45
46
- name: Run tests
47
- run: npm test:ci
+ run: npm run test:ci
48
49
- name: Package artifact
50
run: |
.github/workflows/test.yml
@@ -42,5 +42,5 @@ jobs:
42
43
0 commit comments