This commit is contained in:
Unmesh Gundecha
2024-07-06 12:44:50 +08:00
parent a918989c15
commit ffffe563b6

View File

@@ -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