Skip to content

Commit 3288f41

Browse files
committed
chore(tools): fix test scripts #2
1 parent b7cacff commit 3288f41

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
CLIENT_ID: ${{ secrets.CLIENT_ID }}
4545

4646
- name: Run tests
47-
run: npm test:ci
47+
run: npm run test:ci
4848

4949
- name: Package artifact
5050
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
CLIENT_ID: ${{ secrets.CLIENT_ID }}
4343

4444
- name: Run tests
45-
run: npm test:ci
45+
run: npm run test:ci
4646

0 commit comments

Comments
 (0)