Skip to content

Commit

Permalink
add singularity test back in
Browse files Browse the repository at this point in the history
  • Loading branch information
korbinian90 committed Oct 30, 2024
1 parent f95b492 commit 03621ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-singularity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
singularity pull docker://ghcr.io/spm/spm-docker:docker-${{matrix.recipe}}-${{env.SPM_TAG}}
mv spm-docker_docker-${{matrix.recipe}}-${{env.SPM_TAG}}.sif spm.sif
# - name: Test Container
# run: |
# singularity run spm.sif --version
- name: Test Container
run: |
singularity run spm.sif --version
- name: Login and Deploy Container
if: ${{ github.repository_owner }} == 'spm'
Expand Down

0 comments on commit 03621ef

Please sign in to comment.