File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -356,6 +356,13 @@ jobs:
356
356
path : ./gotestsum.json
357
357
retention-days : 7
358
358
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
+
359
366
- uses : codecov/codecov-action@v3
360
367
# This action has a tendency to error out unexpectedly, it has
361
368
# the `fail_ci_if_error` option that defaults to `false`, but
@@ -434,6 +441,13 @@ jobs:
434
441
path : ./gotestsum.json
435
442
retention-days : 7
436
443
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
+
437
451
- uses : codecov/codecov-action@v3
438
452
# This action has a tendency to error out unexpectedly, it has
439
453
# the `fail_ci_if_error` option that defaults to `false`, but
You can’t perform that action at this time.
0 commit comments