Skip to content

Commit

Permalink
Fix unit test not working on GitHub #52.F Removed npm cache clean flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
CookingWithCale committed Dec 18, 2023
1 parent eaf2a7e commit 3bb97ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Install required deps for action
- name: Install Dependencies
run: npm cache clean –force && npm install
run: npm cache clean && npm install

# Finally, run our tests
- name: Run the tests
Expand Down

0 comments on commit 3bb97ef

Please sign in to comment.