We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b425e76 commit 983fd48Copy full SHA for 983fd48
.github/workflows/unit-integration-tests.yml
@@ -300,6 +300,7 @@ jobs:
300
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
301
- name: Save Test Trace
302
uses: actions/upload-artifact@v3
303
+ if: ${{ always() }}
304
with:
305
name: go.trace
306
path: go.trace
0 commit comments