Skip to content

Commit

Permalink
Fix artifact upload and download
Browse files Browse the repository at this point in the history
  • Loading branch information
andrcuns committed Dec 16, 2023
1 parent 2a1d70d commit 60355cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: allure-reports
name: allure-reports-${{ matrix.ruby }}
path: reports/allure-results/
retention-days: 1

Expand Down Expand Up @@ -86,7 +86,6 @@ jobs:
- name: Download allure reports
uses: actions/download-artifact@v4
with:
name: allure-reports
path: reports/allure-results
- name: Publish allure report
env:
Expand Down Expand Up @@ -115,7 +114,7 @@ jobs:
-e ALLURE_JOB_NAME="rspec" \
publisher:latest \
upload ${{ matrix.provider }} \
--results-glob="/workspace/reports/allure-results" \
--results-glob="/workspace/reports/allure-results/*" \
--bucket="${{ matrix.bucket }}" \
--prefix="allure-report-publisher/$GITHUB_REF" \
--update-pr="${{ matrix.results }}" \
Expand Down

0 comments on commit 60355cf

Please sign in to comment.