From 88cb066fb0c3c949ccc30829143260f30c56a30e Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Sun, 15 Aug 2021 13:39:33 +0200 Subject: [PATCH] Update execute-tests.yaml --- .github/workflows/execute-tests.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/execute-tests.yaml b/.github/workflows/execute-tests.yaml index dd5ac20..1c14dc5 100644 --- a/.github/workflows/execute-tests.yaml +++ b/.github/workflows/execute-tests.yaml @@ -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: |