Skip to content

Commit f2b4d63

Browse files
committed
Fix session spec
1 parent c49fb3b commit f2b4d63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ jobs:
7474
7575
- name: Run Nox
7676
run: |
77-
uvx nox@2025.11.12 --python=${{ matrix.python }}
77+
uvx nox@2025.11.12 --session=${{ matrix.session }}
7878
7979
- name: Upload coverage data
80-
if: always() && matrix.session == 'tests'
80+
if: always() && contains(matrix.session, 'tests')
8181
uses: "actions/upload-artifact@v6"
8282
with:
83-
name: coverage-data-${{ matrix.os }}-${{ matrix.python }}
83+
name: coverage-data-${{ matrix.session }}
8484
path: ".coverage.*"
8585
include-hidden-files: true
8686

0 commit comments

Comments
 (0)