Skip to content

Commit ffffe56

Browse files
committed
Fix
1 parent a918989 commit ffffe56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
node-version: '16.x'
2323

2424
- name: Run Checklist
25-
shell: 'cd test && script -q -e -c "bash {0}"'
26-
run: npm ci && npx eslint . && npm run test
25+
shell: 'script -q -e -c "bash {0}"'
26+
run: cd test && npm ci && npx eslint . && npm run test
2727

0 commit comments

Comments
 (0)