From ff21a16b06230e87d102d7302bc5aaa27bc32f9c Mon Sep 17 00:00:00 2001 From: Jannik Pulfer Date: Tue, 5 Nov 2024 13:32:42 +0100 Subject: [PATCH] Use temurin java and run e2e headless in pipeline --- .github/workflows/frontend-test-action.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/frontend-test-action.yml b/.github/workflows/frontend-test-action.yml index 3a7f05b182..40389437eb 100644 --- a/.github/workflows/frontend-test-action.yml +++ b/.github/workflows/frontend-test-action.yml @@ -51,12 +51,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: ${{vars.JAVA_VERSION}} - distribution: 'adopt' - - - uses: abhi1693/setup-browser@v0.3.5 - with: - browser: chrome - version: latest + distribution: 'temurin' - name: run keycloak docker run: | @@ -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