mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 19:43:51 +08:00
Update test.yml
This commit is contained in:
parent
504346f678
commit
b97d3ced88
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -12,8 +12,13 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
|
||||||
name: Test branch-name
|
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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.4.0
|
uses: actions/checkout@v2.4.0
|
||||||
|
Loading…
Reference in New Issue
Block a user