Skip to content

Commit 983fd48

Browse files
committed
always run the Save Test Trace step in the workflow
1 parent b425e76 commit 983fd48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit-integration-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ jobs:
300300
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
301301
- name: Save Test Trace
302302
uses: actions/upload-artifact@v3
303+
if: ${{ always() }}
303304
with:
304305
name: go.trace
305306
path: go.trace

0 commit comments

Comments
 (0)