Skip to content

Commit fbf45c2

Browse files
committed
Update path to UI test screenshots on CI
last VS Code extension tester update changed the place the screenshots are stored, there is an extra folder based on a timestamp Signed-off-by: Aurélien Pupier <[email protected]>
1 parent febb29b commit fbf45c2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/camel_version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
steps.uiTest.outcome == 'cancelled')
9494
with:
9595
name: ${{ matrix.camel-version }}-ui-test-screenshots
96-
path: test-resources/screenshots/*.png
96+
path: test-resources/screenshots/*/*.png
9797

9898
check:
9999
if: always()

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
if: always()
8989
with:
9090
name: ui-test-screenshots
91-
path: test-resources/screenshots/*.png
91+
path: test-resources/screenshots/*/*.png
9292

9393
check:
9494
if: always()

.github/workflows/insider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ jobs:
130130
steps.uiTest_MacOS_Windows.outcome == 'cancelled')
131131
with:
132132
name: ${{ matrix.os }}-${{ matrix.version }}-ui-test-screenshots
133-
path: test-resources/screenshots/*.png
133+
path: test-resources/screenshots/*/*.png

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
steps.uiTest_MacOS_Windows.outcome == 'cancelled')
163163
with:
164164
name: ${{ matrix.os }}-${{ matrix.version }}-ui-test-screenshots
165-
path: test-resources/screenshots/*.png
165+
path: test-resources/screenshots/*/*.png
166166

167167
check:
168168
if: always()

0 commit comments

Comments
 (0)