Skip to content

Commit

Permalink
always run the Save Test Trace step in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
katiehockman committed Jan 16, 2024
1 parent ea86576 commit c18b43c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ jobs:
gotestsum --junitfile ${TEST_RESULTS}/gotestsum-report.xml -- gopkg.in/DataDog/dd-trace-go.v1/ddtrace/opentelemetry -trace go.trace -v -race -coverprofile=coverage.txt -covermode=atomic
- name: Save Test Trace
uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: go.trace
path: go.trace
Expand Down

0 comments on commit c18b43c

Please sign in to comment.