Skip to content

Commit

Permalink
fix(ci): Update working dir for ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen-cronic committed Nov 30, 2024
1 parent 3c20fdd commit af74ba3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

- name: Install dependencies
run: npm install
working-directory: ./tracket-react

- name: Test with vitest
run: npm test
working-directory: ./tracket-react

0 comments on commit af74ba3

Please sign in to comment.