diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ee1ab58970..7d9e105687 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -83,7 +83,9 @@ jobs: ELECTRON_BUILDER_EXTRA_ARGS: "--x64 --arm64" if: ${{ runner.os == 'macOS' && matrix.type == 'smoke' }} - - run: make integration + - run: | + make build + ./dist/win-unpacked/Lens.exe name: Run Windows integration tests shell: bash env: