Skip to content

Commit

Permalink
testing Apptainer for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-watson committed Dec 9, 2024
1 parent 184f453 commit b11e4dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
java-version: '17'
distribution: 'adopt'

- name: Set up Apptainer
uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.3.0
- name: Run an apptainer container
run: apptainer run docker://alpine cat /etc/os-release

- name: Setup Nextflow latest-edge
uses: nf-core/setup-nextflow@v1
with:
Expand Down

0 comments on commit b11e4dc

Please sign in to comment.