Skip to content

Commit

Permalink
Use temurin java and run e2e headless in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Nov 5, 2024
1 parent 664e8d9 commit ff21a16
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/frontend-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{vars.JAVA_VERSION}}
distribution: 'adopt'

- uses: abhi1693/[email protected]
with:
browser: chrome
version: latest
distribution: 'temurin'

- name: run keycloak docker
run: |
Expand All @@ -80,7 +75,7 @@ jobs:
wait-on: 'http://pitc.okr.localhost:8080/config, http://pitc.okr.localhost:4200, http://localhost:8544'
wait-on-timeout: 120
browser: chrome
headed: true
headed: false
spec: cypress/e2e/${{ matrix.file }}

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ff21a16

Please sign in to comment.