We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd54ff5 commit 0904ec1Copy full SHA for 0904ec1
1 file changed
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
run: npm run lint
29
30
- name: Stage
31
- run: stage.sh
+ run: ./stage.sh
32
33
- name: Run Jest tests
34
run: npm test
0 commit comments