[chore] test bypass auto update

This commit is contained in:
MathieuG-P
2023-09-25 13:54:03 +02:00
parent 2699b4a7cd
commit 696eec5f2b
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -41,4 +41,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: playwright-output
path: test-results
path: test-results/
+1 -1
View File
@@ -53,7 +53,7 @@ const installExtensions = async () => {
.catch(log.error);
};
const createWindow = async (window: AppWindow = "launcher.html") => {
const createWindow = async (window: AppWindow = "index.html") => {
if (isDebug) {
await installExtensions();
}