mirror of
https://github.com/upgundecha/howtheysre
synced 2026-01-03 15:58:03 +00:00
Fix
This commit is contained in:
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
@@ -22,6 +22,6 @@ jobs:
|
||||
node-version: '16.x'
|
||||
|
||||
- name: Run Checklist
|
||||
shell: 'cd test && script -q -e -c "bash {0}"'
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user