mirror of
https://github.com/upgundecha/howtheysre.git
synced 2026-02-05 00:09: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'
|
node-version: '16.x'
|
||||||
|
|
||||||
- name: Run Checklist
|
- name: Run Checklist
|
||||||
shell: 'cd test && script -q -e -c "bash {0}"'
|
shell: 'script -q -e -c "bash {0}"'
|
||||||
run: npm ci && npx eslint . && npm run test
|
run: cd test && npm ci && npx eslint . && npm run test
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user