Skip to content

Commit

Permalink
add run command
Browse files Browse the repository at this point in the history
  • Loading branch information
bipinkrish authored Sep 19, 2024
1 parent a23f6c4 commit b5e6fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:

- name: Run tests for pose_format
working-directory: ./src/js/pose_format
run: npm test
run: npm run test

- name: Install dependencies for pose_viewer
working-directory: ./src/js/pose_viewer
run: npm ci

- name: Run tests for pose_viewer
working-directory: ./src/js/pose_viewer
run: npm test
run: npm run test

0 comments on commit b5e6fb2

Please sign in to comment.