Skip to content

Commit 26498aa

Browse files
committed
Add java setup to test workflow
1 parent 10fc9d4 commit 26498aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
- uses: actions/checkout@master
2020
- name: Create Artifacts Directory
2121
run: mkdir artifacts
22+
- name: Setup Java
23+
uses: actions/setup-java@v4
24+
with:
25+
java-version: '11'
26+
distribution: 'temurin'
27+
architecture: x64
2228
- name: Install Miniconda
2329
run: bash .github/scripts/install_conda.sh
2430
- name: Install Nextflow

0 commit comments

Comments
 (0)