From b43d4b3ece1c81df7ff29cc5e230958e75146501 Mon Sep 17 00:00:00 2001 From: Kezhik Kyzyl-ool Date: Tue, 23 Apr 2024 11:59:44 +0200 Subject: [PATCH] ci: using waiter --- .github/workflows/playwright.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 9561c0ae4a..7a6c3b3713 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -43,11 +43,9 @@ jobs: name: Storybook Tests runs-on: ubuntu-latest steps: - - name: Test Step - run: 'cd ${{github.action_path}}' - - name: Test Step 2 + - name: Set execute permissions for script + run: chmod +x ${{ github.action_path }}/scripts/wait-for-workflow.sh shell: bash - run: 'ls -l' - name: Wait for workflow with Storybook Tests run: '${{ github.action_path }}/scripts/wait-for-workflow.sh' shell: bash