Skip to content

Commit b1f2e78

Browse files
committed
Use matrix for workflow
1 parent 55897e3 commit b1f2e78

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ jobs:
2828
run: __tests__/verify-no-unstaged-changes.sh
2929

3030
test:
31-
runs-on: [ubuntu-latest, windows-latest]
31+
runs-on: ${{ matrix.operating-system }}
32+
strategy:
33+
matrix:
34+
operating-system: [ubuntu-latest, windows-latest]
3235
defaults:
3336
run:
3437
shell: bash

0 commit comments

Comments
 (0)