Skip to content

Commit

Permalink
chore: update workflow and pr template (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq authored Jan 23, 2024
1 parent f52cc42 commit 23d46fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@

### Additional Reviewers

<!-- Any additional reviewers -->
<!-- Any additional reviewers -->

### By submitting this pull request, I confirm that my contribution is made under the terms of the GPLv2 license.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: 'junit-report'
name: 'junit-report-integration-tests'
path: build/reports/tests/
retention-days: 5

Expand All @@ -82,6 +82,6 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: 'junit-report'
name: 'junit-report-community-tests'
path: build/reports/tests/
retention-days: 5

0 comments on commit 23d46fb

Please sign in to comment.