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:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: true
|
||||
max-parallel: 0
|
||||
matrix:
|
||||
hello: [AAA, CCC, EEE]
|
||||
include:
|
||||
@ -23,4 +25,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- 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