Run archive test logs always (#24820)

This commit is contained in:
Violet Hynes
2024-01-11 13:33:55 -05:00
committed by GitHub
parent ae45b8eb04
commit 9b457e0058

View File

@@ -397,6 +397,7 @@ jobs:
datadog-ci junit upload --service "$GITHUB_REPOSITORY" test-results/go-test/results-${{ matrix.id }}.xml
if: success() || failure()
- name: Archive test logs
if: always()
id: archive-test-logs
# actions/upload-artifact will compress the artifact for us. We create a tarball to preserve
# permissions and to support file names with special characters.