Skip to content

Commit

Permalink
Update node version and run cypress tests headless
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Aug 23, 2024
1 parent 84fd21e commit 71bda98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up node 18
uses: actions/setup-node@v4
with:
node-version: 18.17.1
node-version: 20.17.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build JAR with mvn package
Expand All @@ -40,6 +40,6 @@ jobs:
wait-on: 'http://localhost:8080/'
wait-on-timeout: 120
browser: chrome
headed: true
headed: false
working-directory: src/test/e2e
config: baseUrl=http://localhost:8080

0 comments on commit 71bda98

Please sign in to comment.