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: