Skip to content

Commit

Permalink
npm commands are for inside Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Aug 31, 2024
1 parent 7e1bd63 commit bcbcb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: npm run lint

- name: Test
run: npm run test
run: composer test

- name: Check mess
run: npm run mess -- -- --ignore-violations-on-exit
Expand Down

0 comments on commit bcbcb68

Please sign in to comment.