Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 19, 2021
1 parent 504346f commit b97d3ce
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 b97d3ce

Please sign in to comment.