Skip to content

Commit

Permalink
fix: try to fix node error in e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens committed Jun 11, 2024
1 parent 8610334 commit 5d7a858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: 17

- name: Build the backend
run: mvn install -P frankframework
run: mvn install -P frankframework,ci

- name: Cache local Maven repository
uses: actions/cache@v2
Expand All @@ -37,7 +37,7 @@ jobs:
${{ runner.os }}-maven-
- name: Run Cypress using the frank-framework Docker image
uses: cypress-io/github-action@v2.9.7
uses: cypress-io/github-action@v6.7.0
with:
working-directory: frontend/src/main/frontend/
build: npm run build:prod
Expand Down

0 comments on commit 5d7a858

Please sign in to comment.