Skip to content

Commit

Permalink
Merge pull request #106 from tj-actions/chore/update-test
Browse files Browse the repository at this point in the history
Update test to include all supported platforms
  • Loading branch information
jackton1 committed Dec 19, 2021
2 parents 504346f + b97d3ce commit 7f0a69a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ on:

jobs:
test:
runs-on: ubuntu-latest
name: Test branch-name
runs-on: ${{ matrix.platform }}
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022, windows-2016]

steps:
- name: Checkout
uses: actions/checkout@v2.4.0
Expand Down

0 comments on commit 7f0a69a

Please sign in to comment.