Skip to content

Commit

Permalink
Update singularity-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TylrDn authored Apr 17, 2024
1 parent beb0ad9 commit b1163bf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/singularity-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ jobs:
- name: Build Singularity Container
run: |
singularity build mpi-hello-world.sif mpi-hello-world.def
singularity build hello-world-mpi.sif hello-world-mpi-container.def
- name: Upload Singularity Container
uses: actions/upload-artifact@v3
with:
name: singularity-container
path: hello-world-mpi.sif

0 comments on commit b1163bf

Please sign in to comment.