Skip to content

Commit

Permalink
correcting path
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Jun 29, 2024
1 parent 85212d0 commit bd7a7e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
npm install

- name: Run tests
run: npm test
run:
cd assets/js/projects/game_of_life
npm test

0 comments on commit bd7a7e3

Please sign in to comment.