Skip to content

Commit ca5594c

Browse files
committed
fixup! fixup! fixup! .github: Test with onsdriver
1 parent 2ece347 commit ca5594c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/upload-artifact@v4
9393
with:
9494
name: test-${{ env.artifactName }}-linux-obs${{ matrix.obs }}-${{ matrix.ubuntu }}
95-
path: logs/*
95+
path: logs/* screenshots/*
9696

9797
macos_build:
9898
runs-on: macos-14
@@ -252,7 +252,7 @@ jobs:
252252
uses: actions/upload-artifact@v4
253253
with:
254254
name: test-${{ env.artifactName }}-macos-obs${{ matrix.obs }}-${{ matrix.arch }}
255-
path: logs/*
255+
path: logs/* screenshots/*
256256

257257
windows_build:
258258
runs-on: windows-2022
@@ -312,4 +312,4 @@ jobs:
312312
uses: actions/upload-artifact@v4
313313
with:
314314
name: test-${{ env.artifactName }}-windows-obs${{ matrix.obs }}-${{ matrix.arch }}
315-
path: logs/*
315+
path: logs/* screenshots/*

0 commit comments

Comments
 (0)