Skip to content

Commit

Permalink
Set download artifact folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Martinez committed May 23, 2024
1 parent be77e3e commit 42f15b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,23 @@ jobs:
- uses: LexisNexis-Public-GHA/[email protected]
with:
workflow: Run_api_tests.yml
path: results
- uses: LexisNexis-Public-GHA/[email protected]
with:
workflow: Run_web_tests.yml
path: results
- uses: LexisNexis-Public-GHA/[email protected]
with:
workflow: Run_desktop_tests.yml
path: results
- uses: LexisNexis-Public-GHA/[email protected]
with:
workflow: Run_appium_android_tests.yml
path: results
- uses: LexisNexis-Public-GHA/[email protected]
with:
workflow: Run_appium_ios_tests.yml
path: results

- name: Publish Summary Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit 42f15b0

Please sign in to comment.