From b155692bf8dfc9a08343bf2f0b3ae0e23058d0b1 Mon Sep 17 00:00:00 2001 From: Kezhik Kyzyl-ool Date: Tue, 23 Apr 2024 12:01:35 +0200 Subject: [PATCH] ci: using waiter --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 7a6c3b3713..7be6070856 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -44,10 +44,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Set execute permissions for script - run: chmod +x ${{ github.action_path }}/scripts/wait-for-workflow.sh + run: chmod +x scripts/wait-for-workflow.sh shell: bash - name: Wait for workflow with Storybook Tests - run: '${{ github.action_path }}/scripts/wait-for-workflow.sh' + run: 'scripts/wait-for-workflow.sh' shell: bash env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}