We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
matrix.pytest-addopts
1 parent 650dd62 commit 9e6ebf2Copy full SHA for 9e6ebf2
.github/workflows/ci.yaml
@@ -40,7 +40,7 @@ jobs:
40
with:
41
pixi-version: "v0.58.0" # keep in sync with env var above
42
test:
43
- name: "${{ matrix.os }} | ${{ matrix.pixi-env }}"
+ name: "${{ matrix.os }} | ${{ matrix.pixi-env }}${{ matrix.pytest-addopts && format(' ({0})', matrix.pytest-addopts) || '' }}"
44
runs-on: ${{ matrix.os }}
45
needs: [detect-ci-trigger, cache-pixi-lock]
46
if: needs.detect-ci-trigger.outputs.triggered == 'false'
0 commit comments