Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja authored Nov 21, 2024
1 parent c62c1a7 commit 30ef4a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
with:
files: |
/home/runner/work/Ocaramba/Ocaramba/TestResults/Ocaramba.Tests.netcoreapp.xml
check_name: ExecutingTestsOnLinuxAzure
test_Stage_RunTestsOnLinuxBrowserStack:
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down Expand Up @@ -170,6 +171,7 @@ jobs:
with:
files: |
/home/runner/work/Ocaramba/Ocaramba/TestResults/BrowserStacknetcoreapp.xml
check_name: test_Stage_RunTestsOnLinuxBrowserStack
test_Stage_RunTestsOnWindowsCore1:
runs-on: windows-latest
needs:
Expand All @@ -190,6 +192,7 @@ jobs:
if: always()
with:
files: ${{ env.TestResultsDirWindows }}\Ocaramba.Tests.netcoreapp.trx
check_name: ExecutingTestsOnWindowsGithubActions1
- name: Zip artifact
run: Compress-Archive -Path D:\a\Ocaramba\Ocaramba\Ocaramba\Ocaramba.Tests.NUnitExtentReports\bin\Release\net8.0\TestOutput -Destination ExtentReports_${{ github.run_id }}.zip
- uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -219,6 +222,7 @@ jobs:
files: |
${{ env.TestResultsDirWindows }}\Ocaramba.Tests.netcoreapp.xml
${{ env.TestResultsDirWindows }}\Ocaramba.Tests.EdgeChrominum.xml
check_name: ExecutingTestsOnWindowsGithubActions2
test_Stage_RunTestsOnWindowsFramework:
runs-on: windows-latest
needs:
Expand All @@ -238,6 +242,7 @@ jobs:
if: always()
with:
files: ${{ env.TestResultsDirWindows }}\Ocaramba.Tests.net4.xml
check_name: ExecutingTestsOnWindowsGithubActions3
test_Stage_RunTestsOnWindowsBrowserStack:
runs-on: windows-latest
needs:
Expand All @@ -264,6 +269,7 @@ jobs:
if: always()
with:
files: ${{ env.TestResultsDirWindows }}\Ocaramba.Tests.BrowserStack.xml
check_name: ExecutingTestsOnWindowsGithubActions4
test_Stage_RunTestsSeleniumGrid:
runs-on: windows-latest
needs:
Expand All @@ -285,6 +291,7 @@ jobs:
files: |
${{ env.TestResultsDirWindows }}\Ocaramba.Tests.NUnitGrid.xml
${{ env.TestResultsDirWindows }}\Ocaramba.Tests.CloudProviderCrossBrowserGrid.xml
check_name: ExecutingTestsOnWindowsGithubActions5
test_Stage_RunTestsOnWindowsSaucelabs:
runs-on: windows-latest
needs:
Expand Down Expand Up @@ -312,6 +319,7 @@ jobs:
with:
files: |
${{ env.TestResultsDirWindows }}\Ocaramba.Tests.saucelabsnet472.xml
check_name: ExecutingTestsOnWindowsGithubActions6
release_Stage_PublishNuget:
runs-on: windows-latest
needs:
Expand Down

0 comments on commit 30ef4a3

Please sign in to comment.