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 Dec 21, 2024
1 parent 9071be6 commit af435fe
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 @@ -115,10 +115,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 af435fe

Please sign in to comment.