Skip to content

Commit 3afeca9

Browse files
committed
WIP
1 parent 1a7070f commit 3afeca9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/coder.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,12 @@ jobs:
338338
set -x
339339
gotestsum --junitfile="gotests.xml" --jsonfile="gotestsum.json" --packages="./..." --debug -- -parallel=8 -timeout=3m -short -failfast $COVERAGE_FLAGS
340340
341+
- uses: actions/upload-artifact@v3
342+
with:
343+
name: gotestsum debug (TestEvents)
344+
path: ./gotestsum.json
345+
retention-days: 7
346+
341347
- uses: codecov/codecov-action@v3
342348
# This action has a tendency to error out unexpectedly, it has
343349
# the `fail_ci_if_error` option that defaults to `false`, but
@@ -399,6 +405,12 @@ jobs:
399405
- name: Test with PostgreSQL Database
400406
run: make test-postgres
401407

408+
- uses: actions/upload-artifact@v3
409+
with:
410+
name: gotestsum debug (TestEvents)
411+
path: ./gotestsum.json
412+
retention-days: 7
413+
402414
- uses: codecov/codecov-action@v3
403415
# This action has a tendency to error out unexpectedly, it has
404416
# the `fail_ci_if_error` option that defaults to `false`, but

0 commit comments

Comments
 (0)