Skip to content

Commit

Permalink
fix: script name in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
psmyrdek committed Dec 1, 2023
1 parent 969f3b9 commit 143f31b
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 test:all
run: npm run test:all

- name: Create test directory
run: npm run create
Expand Down

0 comments on commit 143f31b

Please sign in to comment.