Skip to content

Commit 425304f

Browse files
committed
Fix tests
1 parent 3de7ab3 commit 425304f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Run tests
6060
run: |
6161
mkdir reports/ || echo "Directory exists"
62-
uv run coverage run -m pytest --junitxml=$reports/junit/python${{ matrix.python-version }}.xml
62+
uv run coverage run -m pytest --junitxml=reports/junit/python${{ matrix.python-version }}.xml
6363
6464
- name: Upload coverage results
6565
uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)