File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" ) ;
You can’t perform that action at this time.
0 commit comments