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:
parent
21908ce13e
commit
970ed9e34d
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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' }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user