We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73be1a4 commit c630c58Copy full SHA for c630c58
.github/workflows/build_frontend.yml
@@ -18,10 +18,11 @@ jobs:
18
# Install NPM dependencies, cache them correctly
19
# and run all Cypress tests
20
- name: Cypress run
21
- uses: cypress-io/github-action@v4
+ uses: cypress-io/github-action@v6
22
with:
23
#build: npm run build-test
24
start: npm run test
25
+ node-version: 22.x
26
wait-on: 'http://localhost:5000/api/v1/openapi.json'
27
wait-on-timeout: 60
28
browser: chrome
0 commit comments