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