Skip to content

Commit

Permalink
Download artifacts from individual workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Martinez committed May 23, 2024
1 parent 1873a9a commit be77e3e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,21 @@ jobs:
if: always()
runs-on: ubuntu-latest
steps:
- name: Download All Artifacts
uses: actions/download-artifact@v4
- uses: LexisNexis-Public-GHA/[email protected]
with:
path: results
workflow: Run_api_tests.yml
- uses: LexisNexis-Public-GHA/[email protected]
with:
workflow: Run_web_tests.yml
- uses: LexisNexis-Public-GHA/[email protected]
with:
workflow: Run_desktop_tests.yml
- uses: LexisNexis-Public-GHA/[email protected]
with:
workflow: Run_appium_android_tests.yml
- uses: LexisNexis-Public-GHA/[email protected]
with:
workflow: Run_appium_ios_tests.yml

- name: Publish Summary Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Run_web_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Archive Testing results - WEB
uses: actions/upload-artifact@v2
with:
name: results-WEB-${{ matrix.os }}
name: results-WEB-${{ matrix.browser }}
path: ${{ inputs.test_results_path }}/results.trx
- name: Archive Testing artifacts - Allure
if: always()
Expand Down

0 comments on commit be77e3e

Please sign in to comment.