Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
upgundecha committed Jul 6, 2024
1 parent a918989 commit ffffe56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ffffe56

Please sign in to comment.