Skip to content

Commit

Permalink
Upload test results
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Teoh <albert@packsmith.io>
  • Loading branch information
Albert Teoh committed Jan 6, 2024
1 parent a6cc9ea commit bf82379
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci-unit-tests-go-tip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,16 @@ jobs:
with:
check_name: Go Tip Unit Tests Summary
junit_files: junit-report.xml
# This workflow isn't run during Pull Requests, so check run and PR comment summaries are not needed.
check_run: false
# PR comments and check run will be performed by the "Unit Test Results" workflow.
comment_mode: off
check_run: false

- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v3
with:
name: Test Results
path: junit-report.xml

- name: Lint
run: echo skip linting on Go tip

0 comments on commit bf82379

Please sign in to comment.