Skip to content

Commit

Permalink
adjusted results file path
Browse files Browse the repository at this point in the history
Signed-off-by: ahmedsobeh <ahmed.sobeh@aiven.io>
  • Loading branch information
ahmedsobeh committed Jul 16, 2024
1 parent 695f67b commit 1fb49a2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,9 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
test-results/**/*.xml
test-results/**/*.trx
test-results/**/*.json
name: pytest-results-${{matrix.test-type}}-${{matrix.connection-type}}-${{matrix.python-version}}
files:
'${{matrix.test-type}}*results/*.xml'

resp3_tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1fb49a2

Please sign in to comment.