set matrix strategy in workflow

This commit is contained in:
Jonathan Jogenfors 2023-11-17 12:07:30 +01:00
parent 36e8397ce2
commit 7a2c27484c

View file

@ -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