Skip to content

Commit

Permalink
Added CI CD with Github actions, base CI CD
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdluigi committed Dec 18, 2024
1 parent a7cff55 commit 0cf4887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Install Dependencies
working-directory: ./frontend
run: npm install
run: npm install --legacy-peer-deps

- name: Run Tests
working-directory: ./frontend
Expand Down

0 comments on commit 0cf4887

Please sign in to comment.