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 15, 2023
1 parent a740457 commit 7dbd3aa
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,17 @@ jobs:

env:
BUBBLEWRAP_ARGUMENTS: |
--unshare-all \
--clearenv \
--ro-bind / / \
--bind ${{ github.workspace }} ${{ github.workspace }} \
# --unshare-all \
# --clearenv \
# --ro-bind / / \
# --bind ${{ github.workspace }} ${{ github.workspace }} \
# --tmpfs $HOME \
# --tmpfs /tmp \
# --tmpfs /var \
# --dev /dev \
# --proc /proc \
# --die-with-parent \
# --new-session \
--tmpfs $HOME \
--tmpfs /tmp \
--tmpfs /var \
--dev /dev \
--proc /proc \
--die-with-parent \
--new-session \
strategy:
matrix:
Expand Down Expand Up @@ -67,12 +66,14 @@ jobs:
- name: Run tests
run: |
bwrap ${{ env.BUBBLEWRAP_ARGUMENTS }} bash poetry run poe test
poetry run poe test
# bwrap ${{ env.BUBBLEWRAP_ARGUMENTS }} bash

- name: Run lint
run: |
poetry run poe lint:install
bwrap ${{ env.BUBBLEWRAP_ARGUMENTS }} bash poetry run poe lint
poetry run poe lint
# bwrap ${{ env.BUBBLEWRAP_ARGUMENTS }} bash

- if: ${{ matrix.python-version == '3.10' }}
name: Upload coverage
Expand Down

0 comments on commit 7dbd3aa

Please sign in to comment.