Skip to content

Commit

Permalink
Set destination path
Browse files Browse the repository at this point in the history
  • Loading branch information
andrcuns committed Dec 20, 2023
1 parent 0b73bdb commit 74270dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
steps:
- name: Download allure-results
uses: actions/download-artifact@v4
with:
path: reports/allure-results
- name: Publish allure report
uses: andrcuns/[email protected]
env:
Expand All @@ -74,7 +76,7 @@ jobs:
ALLURE_JOB_NAME: rspec
with:
storageType: gcs
resultsGlob: "*/reports/allure-results"
resultsGlob: "reports/allure-results"
bucket: allure-test-reports
prefix: allure-ruby/$GITHUB_REF
updatePr: description
Expand Down

0 comments on commit 74270dd

Please sign in to comment.