We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a918989 commit ffffe56Copy full SHA for ffffe56
.github/workflows/workflow.yml
@@ -22,6 +22,6 @@ jobs:
22
node-version: '16.x'
23
24
- name: Run Checklist
25
- shell: 'cd test && script -q -e -c "bash {0}"'
26
- run: npm ci && npx eslint . && npm run test
+ shell: 'script -q -e -c "bash {0}"'
+ run: cd test && npm ci && npx eslint . && npm run test
27
0 commit comments