Fix Cypress action for repositories without lockfile

This commit is contained in:
2026-02-19 11:13:12 +01:00
parent 91e9caea48
commit 56c1b0d0cd

View File

@@ -38,11 +38,15 @@ jobs:
cache: npm
cache-dependency-path: app/package.json
- name: Install Node dependencies
working-directory: app
run: npm install
- name: Run Cypress tests
uses: cypress-io/github-action@v6
with:
working-directory: app
install-command: npm install
install: false
start: python app.py
wait-on: http://127.0.0.1:5000
wait-on-timeout: 120