From 012ee239d8639da6a813924eeb7f34f312b10d23 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Fri, 28 Oct 2022 09:21:06 -0400 Subject: [PATCH] Switch back to running integration tests on windows Signed-off-by: Sebastian Malton --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ebfd89de2..ee1ab58970 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -83,9 +83,7 @@ jobs: ELECTRON_BUILDER_EXTRA_ARGS: "--x64 --arm64" if: ${{ runner.os == 'macOS' && matrix.type == 'smoke' }} - - run: | - make build - ./dist/win-unpacked/OpenLens.exe + - run: make integration name: Run Windows integration tests shell: bash env: