Skip to content

Commit

Permalink
Update action to download artifacts from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Martinez committed May 23, 2024
1 parent 1dd0827 commit bf50656
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ jobs:
with:
pattern: results-*
path: results


- name: Publish Summary Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/Run_api_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- uses: LexisNexis-Public-GHA/sbs-action-download-artifact@v2.13.1
- uses: actions/download-artifact@v4
with:
workflow: CI.yml
name: testing-artifact-api
- name: Run git init
run: git init
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/Run_appium_android_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- uses: LexisNexis-Public-GHA/sbs-action-download-artifact@v2.13.1
- uses: actions/download-artifact@v4
with:
workflow: CI.yml
name: testing-artifact-appium-mobile
- name: Run git init
run: git init
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/Run_appium_ios_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- uses: LexisNexis-Public-GHA/sbs-action-download-artifact@v2.13.1
- uses: actions/download-artifact@v4
with:
workflow: CI.yml
name: testing-artifact-appium-mobile
- name: Run git init
run: git init
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/Run_desktop_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- uses: LexisNexis-Public-GHA/sbs-action-download-artifact@v2.13.1
- uses: actions/download-artifact@v4
with:
workflow: CI.yml
name: testing-artifact-winappdriver
- name: Run git init
run: git init
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/Run_web_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- uses: LexisNexis-Public-GHA/sbs-action-download-artifact@v2.13.1
- uses: actions/download-artifact@v4
with:
workflow: CI.yml
name: testing-artifact-selenium-web
- name: Run git init
run: git init
Expand Down

0 comments on commit bf50656

Please sign in to comment.