Skip to content

Commit

Permalink
Use matrix for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmgross committed Apr 21, 2020
1 parent 55897e3 commit b1f2e78
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, windows-latest]
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest]
defaults:
run:
shell: bash
Expand Down

1 comment on commit b1f2e78

@vooraviboon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

บรจาค

Please sign in to comment.