mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 23:53:50 +08:00
Merge pull request #106 from tj-actions/chore/update-test
Update test to include all supported platforms
This commit is contained in:
commit
7f0a69aa8e
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user