set matrix strategy in workflow
This commit is contained in:
parent
36e8397ce2
commit
7a2c27484c
1 changed files with 5 additions and 1 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -107,7 +107,11 @@ jobs:
|
|||
|
||||
cli-e2e-tests:
|
||||
name: Run cli e2e tests
|
||||
runs-on: [ubuntu-latest, windows-latest]
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./cli
|
||||
|
|
Loading…
Reference in a new issue