Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Aug 14, 2023
1 parent d472b8e commit d50b4e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ jobs:
if [ -f requirements-dev.txt ]; then pipenv install -r requirements.txt-dev; fi
which python3
bwrap \
--ro-bind / / \
--bind $PWD $PWD \
--unshare-all \
--clearenv \
--setenv EXAMPLE VALUE \
--ro-bind / / \
--bind $PWD $PWD \
--tmpfs $HOME \
--tmpfs /tmp \
pipenv run coverage run -m unittest
deactivate
Expand Down

0 comments on commit d50b4e9

Please sign in to comment.