Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d50b4e9

Browse files
committed
Update build.yml
1 parent d472b8e commit d50b4e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@ jobs:
5353
if [ -f requirements-dev.txt ]; then pipenv install -r requirements.txt-dev; fi
5454
which python3
5555
bwrap \
56-
--ro-bind / / \
57-
--bind $PWD $PWD \
5856
--unshare-all \
5957
--clearenv \
6058
--setenv EXAMPLE VALUE \
59+
--ro-bind / / \
60+
--bind $PWD $PWD \
61+
--tmpfs $HOME \
62+
--tmpfs /tmp \
6163
pipenv run coverage run -m unittest
6264
deactivate
6365

0 commit comments

Comments
 (0)