From 0e1c861a2535f435a5f62e8ec41ba442460a14c4 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 13 Feb 2025 17:18:24 +0000 Subject: [PATCH] Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .github/workflows/build_and_test.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index f15e0cf5..21f3ec6e 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -50,6 +50,7 @@ jobs: - linux - windows strategy: + fail-fast: false matrix: include: - name: macOS Universal @@ -85,17 +86,18 @@ jobs: - name: Windows (x86) Squirrel os: windows-2022 artifact: win-ia32 - executable: "./dist/win-ia32-unpacked/Element.exe" + executable: "%LOCALAPPDATA%/element-desktop*/Element.exe" + prepare_cmd: ". './dist/squirrel-windows*/Element Setup*.exe'" - name: Windows (x86) MSI os: windows-2022 artifact: win-ia32 - executable: "C:/Program Files/Element/Element*.exe" + executable: "C:/Program Files (x86)/Element/Element*.exe" prepare_cmd: "msiexec ./dist/Element*.msi" - name: Windows (x64) Squirrel os: windows-2022 artifact: win-x64 executable: "%LOCALAPPDATA%/element-desktop*/Element.exe" - prepare_cmd: "./dist/squirrel-windows*/Element Setup*.exe" + prepare_cmd: ". './dist/squirrel-windows*/Element Setup*.exe'" - name: Windows (x64) MSI os: windows-2022 artifact: win-x64 @@ -120,7 +122,7 @@ jobs: path: dist - name: Prepare for tests - run: . "${{ matrix.prepare_cmd }}" + run: ${{ matrix.prepare_cmd }} if: matrix.prepare_cmd # We previously disabled the `EnableNodeCliInspectArguments` fuse, but Playwright requires