Skip to content

Commit ce3214f

Browse files
committed
just checking
1 parent 9e1ad00 commit ce3214f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/images/Singularity.cpu

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ From: ubuntu:24.04
1717
git clone --depth 1 https://github.com/mflowcode/mfc.git MFC
1818
cd /opt/MFC
1919
./mfc.sh build -j $(nproc)
20-
./mfc.sh test --dry-run -j $(nproc)
20+
./mfc.sh test -a --dry-run -j $(nproc)
2121

2222
%runscript
23-
mkdir -p /tmp/mfc/build
24-
cd /opt/MFC
25-
cp -r /opt/MFC /tmp/mfc/
26-
cd /tmp/mfc/MFC
23+
mkdir -p /tmp/mfc
24+
cd /tmp/mfc
25+
cp -r /opt/MFC ./
26+
cd MFC
2727
exec ./mfc.sh "$@"

0 commit comments

Comments
 (0)