Skip to content

Commit e0e1106

Browse files
author
mohdsaid497566
committed
small edit
1 parent edde446 commit e0e1106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
echo "Building Singularity CPU Image"
2727
(cd pr/.github/workflows/images && sudo apptainer build pr/.github/workflows/images/mfc_cpu.sif Singularity.cpu)
28-
apptainer run --fakeroot pr/.github/workflows/images/mfc_cpu.sif test -a --no-build --no-mpi
28+
apptainer run --fakeroot mfc_cpu.sif test -a --no-build --no-mpi
2929
- name: Upload images as artifacts
3030
uses: actions/upload-artifact@v4
3131
if: always()

0 commit comments

Comments
 (0)