Skip to content

Commit

Permalink
improved workflow command
Browse files Browse the repository at this point in the history
  • Loading branch information
DraKen0009 committed Nov 7, 2024
1 parent 4d1a4f4 commit 6595be2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
- name: Install dependencies
run: npm ci

- name: List Files for Debugging
run: ls -R src/Components/Assets

- name: Run Vitest
run: npm run vitest -- --config vite.config.mts

0 comments on commit 6595be2

Please sign in to comment.