test matrix syntax
This commit is contained in:
15
.github/workflows/test_matrix.yml
vendored
Normal file
15
.github/workflows/test_matrix.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: test matrix
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test-single:
|
||||
runs-on: linux
|
||||
steps:
|
||||
- run: echo "Single label works"
|
||||
|
||||
test-array:
|
||||
runs-on: [self-hosted, linux]
|
||||
steps:
|
||||
- run: echo "Array label works"
|
||||
Reference in New Issue
Block a user