Skip to content

Commit 6be152a

Browse files
Fix junit path
1 parent 2e9f3e6 commit 6be152a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
version: ${{ matrix.CONNECT_VERSION }}
8484
license: ${{ secrets.CONNECT_LICENSE }}
8585
command:
86-
uv run pytest -s --junit-xml=./reports/${{ matrix.CONNECT_VERSION }}.xml
86+
uv run pytest -s --junit-xml=./integration/reports/${{ matrix.CONNECT_VERSION }}.xml
8787
- uses: actions/upload-artifact@v5
8888
if: always()
8989
with:

0 commit comments

Comments
 (0)