From 52d8cfccfd18b8670aaf2c711935ef3958668510 Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Thu, 5 Aug 2021 14:36:43 +0200 Subject: [PATCH] Exclude e2e tests for Temurin JREs for now --- .github/workflows/e2e-versions.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-versions.yml b/.github/workflows/e2e-versions.yml index f06694d5..e91d2c68 100644 --- a/.github/workflows/e2e-versions.yml +++ b/.github/workflows/e2e-versions.yml @@ -147,14 +147,14 @@ jobs: shell: bash setup-java-ea-versions-temurin: - name: adopt ${{ matrix.version }} (jdk-x64) - ${{ matrix.os }} + name: temurin ${{ matrix.version }} (jdk-x64) - ${{ matrix.os }} needs: setup-java-major-minor-versions runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [macos-latest, windows-latest, ubuntu-latest] - version: ['17-ea'] + version: ['17-beta'] steps: - name: Checkout uses: actions/checkout@v2 @@ -189,6 +189,10 @@ jobs: java-package: jdk+fx version: '8.0.242' os: ubuntu-latest + exclude: + # Eclipse Temurin currently doesn't publish JREs, only JDKs + - distribution: 'temurin' + java-package: 'jre' steps: - name: Checkout uses: actions/checkout@v2