Skip to content

Commit

Permalink
Run test job on windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmgross committed Apr 21, 2020
1 parent 339aa41 commit 55897e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
run: __tests__/verify-no-unstaged-changes.sh

test:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, windows-latest]
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v2
- name: Clear tool cache
Expand Down

0 comments on commit 55897e3

Please sign in to comment.