Skip to content

Commit

Permalink
Fix: Add force option on CI for un resolved dependency problem
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Hoplin committed Jan 1, 2024
1 parent d31903f commit 152288e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "JWT_SECRET=${{secrets.JWT_SECRET}}" >> .ci.env
echo "JUDGE_SERVER_ENDPOINT=${{secrets.JUDGE_SERVER_ENDPOINT}}" >> .ci.env
- name: Install Node.js Dependencies
run: npm install
run: npm install --force
- name: Install dotenv-cli for dotenv cli
run: npm install -g dotenv-cli
- name: Run Unit Test
Expand Down

0 comments on commit 152288e

Please sign in to comment.