Fix CI node cache path and npm install strategy

This commit is contained in:
2026-02-19 11:11:11 +01:00
parent feb6af28ef
commit 91e9caea48

View File

@@ -36,13 +36,13 @@ jobs:
with: with:
node-version: "20" node-version: "20"
cache: npm cache: npm
cache-dependency-path: app/package-lock.json cache-dependency-path: app/package.json
- name: Run Cypress tests - name: Run Cypress tests
uses: cypress-io/github-action@v6 uses: cypress-io/github-action@v6
with: with:
working-directory: app working-directory: app
install-command: npm ci install-command: npm install
start: python app.py start: python app.py
wait-on: http://127.0.0.1:5000 wait-on: http://127.0.0.1:5000
wait-on-timeout: 120 wait-on-timeout: 120