1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Temp change to see windows errors on CI

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-10-26 13:57:32 -04:00
parent 048bbe8a51
commit 4fa122d9db

View File

@ -83,7 +83,9 @@ jobs:
ELECTRON_BUILDER_EXTRA_ARGS: "--x64 --arm64" ELECTRON_BUILDER_EXTRA_ARGS: "--x64 --arm64"
if: ${{ runner.os == 'macOS' && matrix.type == 'smoke' }} if: ${{ runner.os == 'macOS' && matrix.type == 'smoke' }}
- run: make integration - run: |
make build
./dist/win-unpacked/Lens.exe
name: Run Windows integration tests name: Run Windows integration tests
shell: bash shell: bash
env: env: