Skip to content

Commit

Permalink
Try running e2e tests in CI without loading image
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Aug 23, 2024
1 parent 71bda98 commit c8ede9a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
java-version: 21
distribution: 'oracle'
- name: Set up node 18
- name: Set up node 20
uses: actions/setup-node@v4
with:
node-version: 20.17.0
Expand All @@ -28,8 +28,7 @@ jobs:
load: true
push: false
outputs: type=docker,dest=/tmp/okr-docker-image.tar
- name: Load image
run: docker load --input /tmp/okr-docker-image.tar

- name: Run docker image
run: docker run --rm -v ./static:/resources -p 8080:8080 uni-luzern:latest &
- name: Cypress run e2e tests
Expand Down

0 comments on commit c8ede9a

Please sign in to comment.