Skip to content

Commit

Permalink
Remove dash from regex
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Sep 11, 2024
1 parent 7f93861 commit 904ab24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: elastic/oblt-actions/test-report@v1
with:
artifact: /test-results-(.*)/ # artifact name pattern
artifact: /test-results(.*)/ # artifact name pattern
name: 'Test Repot $1' # Name of the check run which will be created
path: "**/*.xml" # Path to test results (inside artifact .zip)
reporter: java-junit # Format of test results

0 comments on commit 904ab24

Please sign in to comment.