Skip to content

Commit ee65b16

Browse files
authored
fix: Correct test command in deployment workflow (#9)
1 parent def8f69 commit ee65b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: npm run build:ci
3939

4040
- name: Run tests
41-
run: npm test:ci
41+
run: npm run test:ci
4242

4343
- name: Package build output
4444
run: tar czf bot-build.tar.gz ./dist

0 commit comments

Comments
 (0)