From 47ee754190ba244bdc509e9f58982e4f74e1c3e9 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Wed, 1 Sep 2021 15:49:13 +0200 Subject: [PATCH] remove sleep --- .github/workflows/execute-tests.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/execute-tests.yaml b/.github/workflows/execute-tests.yaml index 98d423b..4df85b2 100644 --- a/.github/workflows/execute-tests.yaml +++ b/.github/workflows/execute-tests.yaml @@ -72,10 +72,10 @@ jobs: #http_proxy= #https_proxy= - - name: Wait forever - shell: bash - run: | - sleep infinity +# - name: Wait forever +# shell: bash +# run: | +# sleep infinity - name: Execute chrome junit test shell: bash