Skip to content

Commit

Permalink
Download all artifacts at publish results
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Martinez committed May 23, 2024
1 parent a64a169 commit 1873a9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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:
uses: actions/download-artifact@v4
with:
path: results
pattern: results-*
merge-multiple: true

- 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 @@ -82,7 +82,7 @@ jobs:
name: web-${{ matrix.browser }}-screenshots
path: |
${{ inputs.test_results_path }}
- name: Archive Testing artifacts - WEB
- name: Archive Testing results - WEB
uses: actions/upload-artifact@v2
with:
name: results-WEB-${{ matrix.os }}
Expand Down

0 comments on commit 1873a9a

Please sign in to comment.