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

Run intergration tests on powershell on windows

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-02-02 14:24:58 -05:00
parent 650b88c847
commit 361591f640

View File

@ -75,4 +75,5 @@ jobs:
- run: yarn run test:integration
name: Run Windows integration tests
shell: powershell
if: ${{ runner.os == 'Windows' && matrix.type == 'smoke' }}