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

remove hardcoded bash shell from test workflow

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2023-02-01 14:40:40 +02:00
parent 21908ce13e
commit 970ed9e34d

View File

@ -55,7 +55,6 @@ jobs:
- run: yarn run test:unit
name: Run tests
shell: bash
if: ${{ matrix.type == 'unit' }}
- name: Install integration test dependencies
@ -76,5 +75,4 @@ jobs:
- run: yarn run test:integration
name: Run Windows integration tests
shell: bash
if: ${{ runner.os == 'Windows' && matrix.type == 'smoke' }}