From fe58e66a3aa8eb7db0efceb682ea426871b35578 Mon Sep 17 00:00:00 2001 From: AmstlerStephan Date: Thu, 20 Jun 2024 10:28:03 +0200 Subject: [PATCH] java is installed in docker, obsolete to install it additionally --- .github/workflows/ci-tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 8e9099b..d3fc0eb 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -15,12 +15,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Set up JDK 11.0.19 - uses: actions/setup-java@v2 - with: - java-version: '11.0.19' - distribution: 'temurin' - - name: Setup Nextflow uses: nf-core/setup-nextflow@v1 with: