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 2e9f3e6 commit 6be152aCopy full SHA for 6be152a
.github/workflows/ci.yaml
@@ -83,7 +83,7 @@ jobs:
83
version: ${{ matrix.CONNECT_VERSION }}
84
license: ${{ secrets.CONNECT_LICENSE }}
85
command:
86
- uv run pytest -s --junit-xml=./reports/${{ matrix.CONNECT_VERSION }}.xml
+ uv run pytest -s --junit-xml=./integration/reports/${{ matrix.CONNECT_VERSION }}.xml
87
- uses: actions/upload-artifact@v5
88
if: always()
89
with:
0 commit comments