Skip to content

Commit

Permalink
Unique build artifact name for logs (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdguy authored Jun 18, 2024
1 parent b77d76f commit 93aaded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ jobs:
${{ env.PKGNAME }}.Rcheck/*-Ex.Rout
${{ env.PKGNAME }}.Rcheck/tests/testthat.Rout
${{ env.PKGNAME }}.Rcheck/tests/testthat.Rout.fail
name: check-logs-${{ env.PKGNAME }}
name: check-logs-${{ env.PKGNAME }}-${{ inputs.concurrency-group }}

publish-junit-html-report:
name: Publish JUnit HTML report 📰
Expand Down

0 comments on commit 93aaded

Please sign in to comment.