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 db78783 commit 2acdac7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,15 @@ jobs:
--clearenv \
--setenv EXAMPLE VALUE \
--ro-bind / / \
--bind $PWD $PWD \
--bind ${{ github.workspace }} ${{ github.workspace }} \
--tmpfs $HOME \
--tmpfs /tmp \
--tmpfs /var \
--tmpfs /run --dir /run/user/$(id -u) \
--dev /dev \
--proc /proc \
--die-with-parent \
--new-session \
pipenv run coverage run -m unittest
- name: Run linting
Expand Down

0 comments on commit 2acdac7

Please sign in to comment.