Skip to content

Commit

Permalink
ci: Test execution error
Browse files Browse the repository at this point in the history
Changes:
* Change the command from "npm run test:all" to "npm run test"
  • Loading branch information
artur1989 committed Jan 4, 2024
1 parent 3b0a7bf commit dfe8cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: npm ci

- name: Run tests
run: npm run test:all
run: npm run test

- name: Create test directory
run: npm run create

0 comments on commit dfe8cf8

Please sign in to comment.