From ec30286955fdddcccf89da099f49cab4f0be879b Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Tue, 17 Aug 2021 10:21:53 +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 b20db1c..e8f86df 100644 --- a/.github/workflows/execute-tests.yaml +++ b/.github/workflows/execute-tests.yaml @@ -51,11 +51,6 @@ 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: | @@ -79,6 +74,11 @@ jobs: #http_proxy= #https_proxy= + - name: Wait forever + shell: bash + run: | + sleep infinity + - name: Execute chrome junit test shell: bash run: |