Use matrix for workflow

This commit is contained in:
Josh Gross 2020-04-21 14:43:21 -04:00
parent 55897e37f3
commit b1f2e78536
No known key found for this signature in database
GPG Key ID: 17A6308EA2144978

View File

@ -28,7 +28,10 @@ jobs:
run: __tests__/verify-no-unstaged-changes.sh
test:
runs-on: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest]
defaults:
run:
shell: bash