Skip to content

Commit

Permalink
fixed TestResults
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Jan 21, 2025
1 parent 4878233 commit 98bd263
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,12 +310,11 @@ jobs:
- shell: pwsh
run: ./scripts/ExecutingTestsOnWindowsGithubActions5.ps1
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/windows@v2
if: false
uses: EnricoMi/publish-unit-test-result-action/linux@v2
if: true
with:
files: |
${{ env.TestResultsDirWindows }}\*.xml
check_name: ExecutingTestsOnWindowsGithubActionsSeleniumGrid5
/home/runner/work/**/TestResults/*.xml
test_Stage_RunTestsOnWindowsSaucelabs:
runs-on: windows-latest
needs:
Expand Down

0 comments on commit 98bd263

Please sign in to comment.