From 696eec5f2bfa5072872f66fca221acc5979f36b4 Mon Sep 17 00:00:00 2001 From: MathieuG-P <40181755+Zagrios@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:54:03 +0200 Subject: [PATCH] [chore] test bypass auto update --- .github/workflows/e2e-tests.yaml | 3 ++- src/main/main.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index 25193aea..b18a7ebc 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -41,4 +41,5 @@ jobs: uses: actions/upload-artifact@v3 with: name: playwright-output - path: test-results + path: test-results/ + diff --git a/src/main/main.ts b/src/main/main.ts index 2271cd00..4a68b148 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -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(); }