Update hello.yml
This commit is contained in:
parent
65f21328b5
commit
0175d09c5f
7
.github/workflows/hello.yml
vendored
7
.github/workflows/hello.yml
vendored
@ -10,6 +10,8 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: true
|
||||||
|
max-parallel: 0
|
||||||
matrix:
|
matrix:
|
||||||
hello: [AAA, CCC, EEE]
|
hello: [AAA, CCC, EEE]
|
||||||
include:
|
include:
|
||||||
@ -23,4 +25,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Run a one-line script
|
- name: Run a one-line script
|
||||||
run: echo HELLO ${{matrix.hello}} and BYE ${{matrix.bye}}
|
run: |
|
||||||
|
echo HELLO ${{matrix.hello}} and BYE ${{matrix.bye}}
|
||||||
|
sleep 20
|
||||||
|
echo HELLO ${{matrix.hello}} and BYE ${{matrix.bye}}
|
||||||
|
Loading…
Reference in New Issue
Block a user