mirror of
https://github.com/upgundecha/howtheysre
synced 2026-01-04 16:28:01 +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'
|
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
|
||||||
|
|
||||||
Reference in New Issue
Block a user