Update execute-tests.yaml

This commit is contained in:
uazo
2021-08-15 13:39:33 +02:00
committed by GitHub
parent 8652584587
commit 88cb066fb0

View File

@@ -50,6 +50,11 @@ 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: |
@@ -69,11 +74,6 @@ jobs:
#http_proxy= #http_proxy=
#https_proxy= #https_proxy=
- name: Wait forever
shell: bash
run: |
sleep infinity
- name: Execute junit tests - name: Execute junit tests
shell: bash shell: bash
run: | run: |