Skip to content

Commit 7c9f058

Browse files
committed
ci: update
1 parent 12b59e0 commit 7c9f058

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linuxUI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ jobs:
8686
uses: actions/upload-artifact@v4
8787
with:
8888
name: test-screenshots
89-
path: screenshots/
89+
path: test-resources/screenshots/
9090
if-no-files-found: ignore

.github/workflows/windowsUI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ jobs:
8989
uses: actions/upload-artifact@v4
9090
with:
9191
name: test-screenshots
92-
path: screenshots/
92+
path: test-resources/screenshots/
9393
if-no-files-found: ignore

test/ui/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async function main(): Promise<void> {
99
try {
1010
// Run UI command tests
1111
const testPath = path.join(__dirname, "command.test.js");
12-
const exTester = new ExTester();
12+
const exTester = new ExTester("./test-resources");
1313
await exTester.downloadCode();
1414
await exTester.installVsix();
1515
await exTester.installFromMarketplace("redhat.java");

0 commit comments

Comments
 (0)