File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -338,6 +338,12 @@ jobs:
338
338
set -x
339
339
gotestsum --junitfile="gotests.xml" --jsonfile="gotestsum.json" --packages="./..." --debug -- -parallel=8 -timeout=3m -short -failfast $COVERAGE_FLAGS
340
340
341
+ - uses : actions/upload-artifact@v3
342
+ with :
343
+ name : gotestsum debug (TestEvents)
344
+ path : ./gotestsum.json
345
+ retention-days : 7
346
+
341
347
- uses : codecov/codecov-action@v3
342
348
# This action has a tendency to error out unexpectedly, it has
343
349
# the `fail_ci_if_error` option that defaults to `false`, but
@@ -399,6 +405,12 @@ jobs:
399
405
- name : Test with PostgreSQL Database
400
406
run : make test-postgres
401
407
408
+ - uses : actions/upload-artifact@v3
409
+ with :
410
+ name : gotestsum debug (TestEvents)
411
+ path : ./gotestsum.json
412
+ retention-days : 7
413
+
402
414
- uses : codecov/codecov-action@v3
403
415
# This action has a tendency to error out unexpectedly, it has
404
416
# the `fail_ci_if_error` option that defaults to `false`, but
You can’t perform that action at this time.
0 commit comments