Skip to content

Commit eba66a5

Browse files
Use --force with npm install in Cypress workflow.
1 parent 6cfebcc commit eba66a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Build App
7474
run: |
75-
npm install
75+
npm install --force
7676
git clone https://github.com/Power-Components/powergrid-cypress-base.git tests/cypress/app
7777
chmod +x ./tests/cypress/mysql.sh
7878
chmod +x ./tests/cypress/pgsql.sh

0 commit comments

Comments
 (0)