Skip to content

Commit

Permalink
Fix report glob
Browse files Browse the repository at this point in the history
Enable debug

Fix glob pattern
  • Loading branch information
andrcuns committed Dec 20, 2023
1 parent 8efc7b0 commit f380be9
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 @@ -66,8 +66,6 @@ jobs:
steps:
- name: Download allure-results
uses: actions/download-artifact@v4
with:
path: allure-results
- name: Publish allure report
uses: andrcuns/[email protected]
env:
Expand All @@ -76,11 +74,12 @@ jobs:
ALLURE_JOB_NAME: rspec
with:
storageType: gcs
resultsGlob: "allure-results/*"
resultsGlob: "**/allure-results"
bucket: allure-test-reports
prefix: allure-ruby/$GITHUB_REF
updatePr: description
summary: behaviors
copyLatest: true
ignoreMissingResults: false
summaryTableType: ascii
debug: true

0 comments on commit f380be9

Please sign in to comment.