Skip to content

Commit

Permalink
Merge branch 'main' of github.com:genepi/mtdna-server-2
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Dec 23, 2024
2 parents d0910eb + d7eba2c commit 1a449a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'

- name: Setup Nextflow ${{ matrix.nextflow }}
Expand All @@ -25,7 +25,7 @@ jobs:

- name: Install nf-test
run: |
wget -qO- get.nf-test.com | bash -s 0.9.0-rc2
wget -qO- get.nf-test.com | bash
sudo mv nf-test /usr/local/bin/
- name: Set up Docker Buildx
Expand Down

0 comments on commit 1a449a3

Please sign in to comment.