File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -368,8 +368,8 @@ jobs:
368
368
"$HOME/linux-x64${{ matrix.artifact }}_testsupport_${{ env.logsuffix }}.zip"
369
369
.
370
370
-i *.jtr
371
- -i hs_err*
372
- -i replay*
371
+ -i */ hs_err*.log
372
+ -i */ replay*.log
373
373
continue-on-error : true
374
374
375
375
- name : Persist test results
@@ -655,8 +655,8 @@ jobs:
655
655
"$HOME/linux-x86${{ matrix.artifact }}_testsupport_${{ env.logsuffix }}.zip"
656
656
.
657
657
-i *.jtr
658
- -i hs_err*
659
- -i replay*
658
+ -i */ hs_err*.log
659
+ -i */ replay*.log
660
660
continue-on-error : true
661
661
662
662
- name : Persist test results
@@ -971,8 +971,8 @@ jobs:
971
971
"$HOME/windows-x64${{ matrix.artifact }}_testsupport_${{ env.logsuffix }}.zip"
972
972
.
973
973
-i *.jtr
974
- -i hs_err*
975
- -i replay*
974
+ -i */ hs_err*.log
975
+ -i */ replay*.log
976
976
continue-on-error : true
977
977
978
978
- name : Persist test results
@@ -1253,8 +1253,8 @@ jobs:
1253
1253
"$HOME/macos-x64${{ matrix.artifact }}_testsupport_${{ env.logsuffix }}.zip"
1254
1254
.
1255
1255
-i *.jtr
1256
- -i hs_err*
1257
- -i replay*
1256
+ -i */ hs_err*.log
1257
+ -i */ replay*.log
1258
1258
continue-on-error : true
1259
1259
1260
1260
- name : Persist test results
You can’t perform that action at this time.
0 commit comments