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

Skip to content

Commit e688066

Browse files
committed
Update build.yml
1 parent 64eb0ca commit e688066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ jobs:
6464
6565
- name: Run tests
6666
run: |
67-
bwrap $BUBBLEWRAP_ARGUMENTS poetry run poe test
67+
bwrap ${{ env.BUBBLEWRAP_ARGUMENTS }} poetry run poe test
6868
6969
- name: Run lint
7070
run: |
7171
poetry run poe lint:install
72-
bwrap $BUBBLEWRAP_ARGUMENTS poetry run poe lint
72+
bwrap ${{ env.BUBBLEWRAP_ARGUMENTS }} poetry run poe lint
7373
7474
- if: ${{ matrix.python-version == '3.10' }}
7575
name: Upload coverage

0 commit comments

Comments
 (0)