We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def8f69 commit ee65b16Copy full SHA for ee65b16
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
run: npm run build:ci
39
40
- name: Run tests
41
- run: npm test:ci
+ run: npm run test:ci
42
43
- name: Package build output
44
run: tar czf bot-build.tar.gz ./dist
0 commit comments