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.
1 parent 57b170d commit 3500e5cCopy full SHA for 3500e5c
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
environments: ${{ matrix.environment }}
60
61
- name: Test package
62
- run: pixi run test-ci
+ run: pixi run -e ${{ matrix.environment }} test-ci
63
64
# - name: Upload coverage report
65
# uses: codecov/[email protected]
0 commit comments