Skip to content

Commit f72ddaf

Browse files
author
Jay Dhameliya
committed
update screenshots dir
1 parent 45eeb4a commit f72ddaf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ jobs:
7070
if: always()
7171
with:
7272
name: screenshots-${{ matrix.os }}-${{ matrix.version }}
73-
path: ./vscode-test/test-resources/screenshots
73+
path: ${{ github.workspace }}/s/screenshots
7474
if-no-files-found: ignore

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
if: always()
181181
with:
182182
name: screenshots-linux-${{ matrix.version }}
183-
path: .vscode-test/test-resources/screenshots
183+
path: ${{ github.workspace }}/s/screenshots
184184
if-no-files-found: ignore
185185

186186
test-ui-windows:
@@ -203,7 +203,7 @@ jobs:
203203
if: always()
204204
with:
205205
name: screenshots-windows-${{ matrix.version }}
206-
path: .vscode-test/test-resources/screenshots
206+
path: ${{ github.workspace }}/s/screenshots
207207
if-no-files-found: ignore
208208

209209
test-ui-macos:
@@ -226,5 +226,5 @@ jobs:
226226
if: always()
227227
with:
228228
name: screenshots-macos-${{ matrix.version }}
229-
path: .vscode-test/test-resources/screenshots
229+
path: ${{ github.workspace }}/s/screenshots
230230
if-no-files-found: ignore

0 commit comments

Comments
 (0)