Update execute-tests.yaml
This commit is contained in:
parent
d5a651b6b3
commit
ec30286955
10
.github/workflows/execute-tests.yaml
vendored
10
.github/workflows/execute-tests.yaml
vendored
@ -51,11 +51,6 @@ jobs:
|
|||||||
- /storage/images/${{ github.event.inputs.sha }}:/home/lg/working_dir/artifacs
|
- /storage/images/${{ github.event.inputs.sha }}:/home/lg/working_dir/artifacs
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
#- name: Wait forever
|
|
||||||
# shell: bash
|
|
||||||
# run: |
|
|
||||||
# sleep infinity
|
|
||||||
|
|
||||||
- name: Prepare Test Container
|
- name: Prepare Test Container
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@ -79,6 +74,11 @@ jobs:
|
|||||||
#http_proxy=
|
#http_proxy=
|
||||||
#https_proxy=
|
#https_proxy=
|
||||||
|
|
||||||
|
- name: Wait forever
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
sleep infinity
|
||||||
|
|
||||||
- name: Execute chrome junit test
|
- name: Execute chrome junit test
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user