Update test.yml

This commit is contained in:
Tonye Jack 2021-12-18 20:08:16 -05:00 committed by GitHub
parent 504346f678
commit b97d3ced88
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