Update workflow.yml

This commit is contained in:
Gil Tene 2019-11-05 07:58:50 -08:00 committed by GitHub
parent 48fc7b1818
commit ff1f65f646
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,8 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest]
fail-fast: false
max-parallel: 5
steps:
- name: Checkout
uses: actions/checkout@master