Skip to content

Commit

Permalink
Update java version in automated_tests.yml
Browse files Browse the repository at this point in the history
* Required as nextflow version was built against a non-canonical more recent java version
  • Loading branch information
LKress committed Jun 14, 2024
1 parent 97a59f9 commit 4fd55de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/automated_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '8'
java-version: '11'
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
Expand All @@ -28,4 +28,4 @@ jobs:
key: ${{ runner.os }}-tronflow-mutect2
- name: Run tests
run: |
make
make

0 comments on commit 4fd55de

Please sign in to comment.