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