Adjust sleeps to echos in Acceptance workflows
This commit is contained in:
parent
93081c9e65
commit
0f62ec20e2
4 changed files with 4 additions and 4 deletions
2
acceptance/testdata/workflow/run-view.txtar
vendored
2
acceptance/testdata/workflow/run-view.txtar
vendored
|
|
@ -63,4 +63,4 @@ jobs:
|
|||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Run a one-line script
|
||||
run: sleep 10
|
||||
run: echo Hello, world!
|
||||
|
|
|
|||
|
|
@ -63,4 +63,4 @@ jobs:
|
|||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Run a one-line script
|
||||
run: sleep 10
|
||||
run: echo Hello, world!
|
||||
|
|
|
|||
|
|
@ -49,4 +49,4 @@ jobs:
|
|||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Run a one-line script
|
||||
run: sleep 10
|
||||
run: echo Hello, world!
|
||||
|
|
|
|||
|
|
@ -49,4 +49,4 @@ jobs:
|
|||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Run a one-line script
|
||||
run: sleep 10
|
||||
run: echo Hello, world!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue