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 64eb0ca commit e688066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
- name: Run tests
run: |
bwrap $BUBBLEWRAP_ARGUMENTS poetry run poe test
bwrap ${{ env.BUBBLEWRAP_ARGUMENTS }} poetry run poe test
- name: Run lint
run: |
poetry run poe lint:install
bwrap $BUBBLEWRAP_ARGUMENTS poetry run poe lint
bwrap ${{ env.BUBBLEWRAP_ARGUMENTS }} poetry run poe lint
- if: ${{ matrix.python-version == '3.10' }}
name: Upload coverage
Expand Down

0 comments on commit e688066

Please sign in to comment.