Skip to content

Commit 5ca4334

Browse files
committed
Further test UID+GID
1 parent d18e149 commit 5ca4334

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-coq-demo.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
4747
startGroup Test UID+GID
4848
pwd
4949
ls -hal
50+
touch test || true
51+
id
52+
sudo chown -R coq:coq .
53+
touch test
54+
ls -hal
5055
stat -c "UID=%u,GID=%g %n" $WORKDIR/$PACKAGE.opam
5156
endGroup
5257
startGroup Print opam config

0 commit comments

Comments
 (0)