Merge pull request #142 from actions/joshmgross/run-tests-on-windows

Run test job on windows-latest
This commit is contained in:
Josh Gross 2020-04-21 16:16:40 -04:00 committed by GitHub
commit 44c9c18728
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,13 @@ jobs:
run: __tests__/verify-no-unstaged-changes.sh
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest]
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v2
- name: Clear tool cache