Merge pull request #106 from tj-actions/chore/update-test

Update test to include all supported platforms
This commit is contained in:
Tonye Jack 2021-12-18 20:31:49 -05:00 committed by GitHub
commit 7f0a69aa8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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