Skip to content

Commit b103685

Browse files
authored
chore: Collect gotests.xml files (#5398)
* chore: Use datadog-ci to collect gotests.xml * WIP * Fix: github ref * fix * just store gotests.xml
1 parent ad0dd1b commit b103685

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/coder.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,13 @@ jobs:
356356
path: ./gotestsum.json
357357
retention-days: 7
358358

359+
- uses: actions/upload-artifact@v3
360+
if: success() || failure()
361+
with:
362+
name: gotests-${{ matrix.os }}.xml
363+
path: ./gotests.xml
364+
retention-days: 30
365+
359366
- uses: codecov/codecov-action@v3
360367
# This action has a tendency to error out unexpectedly, it has
361368
# the `fail_ci_if_error` option that defaults to `false`, but
@@ -434,6 +441,13 @@ jobs:
434441
path: ./gotestsum.json
435442
retention-days: 7
436443

444+
- uses: actions/upload-artifact@v3
445+
if: success() || failure()
446+
with:
447+
name: gotests-postgres.xml
448+
path: ./gotests.xml
449+
retention-days: 30
450+
437451
- uses: codecov/codecov-action@v3
438452
# This action has a tendency to error out unexpectedly, it has
439453
# the `fail_ci_if_error` option that defaults to `false`, but

0 commit comments

Comments
 (0)