Skip to content

Commit

Permalink
CI debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGura committed Apr 15, 2024
1 parent 595d7a1 commit 080fcb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_requst_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:

- name: Test ammo
working-directory: ./packages/ammo
run: npm i && npm run test
run: npm run build && npm run test

- name: Test rapier2d
working-directory: ./packages/rapier2d
run: npm i && npm run test
run: npm run build && npm run test

- name: Test rapier3d
working-directory: ./packages/rapier3d
run: npm i && npm run test
run: npm run build && npm run test

0 comments on commit 080fcb3

Please sign in to comment.