Skip to content

Commit

Permalink
[AD-612] specify the test report filename
Browse files Browse the repository at this point in the history
  • Loading branch information
alinaliBQ committed Mar 2, 2022
1 parent a3b5136 commit 8d118c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
if: always()
uses: EnricoMi/publish-unit-test-result-action/composite@v1
with:
files: ./*.xml
files: ./odbc_test_result.xml
# - name: print-memory-leak-logs
# if: always()
# run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac-debug-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: always()
uses: EnricoMi/publish-unit-test-result-action/composite@v1
with:
files: ./*.xml
files: ./odbc_test_result.xml
# - name: print-memory-leak-logs
# if: always()
# run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
if: always()
uses: EnricoMi/publish-unit-test-result-action/composite@v1
with:
files: ./*.xml
files: ./odbc_test_result.xml
# - name: build-installer
# if: success()
# run: |
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
if: always()
uses: EnricoMi/publish-unit-test-result-action/composite@v1
with:
files: ./*.xml
files: ./odbc_test_result.xml
# - name: build-installer
# if: success()
# run: |
Expand Down

0 comments on commit 8d118c4

Please sign in to comment.