mirror of
https://github.com/upgundecha/howtheysre.git
synced 2026-02-04 15:59:09 +00:00
Fix
This commit is contained in:
parent
a918989c15
commit
ffffe563b6
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user