Skip to content

Commit

Permalink
gh workflow: enforce bash for globs
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Nov 3, 2024
1 parent 392b32f commit 0723def
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,12 @@ jobs:
- name: Test without coverage
if: "! matrix.use_coverage"
shell: bash
run: "tox run -e ${{ matrix.tox_env }} --installpkg dist/*.whl"

- name: Test with coverage
if: "matrix.use_coverage"
shell: bash
run: "tox run -e ${{ matrix.tox_env }}-coverage --installpkg dist/*.whl"

- name: Upload coverage
Expand Down

0 comments on commit 0723def

Please sign in to comment.