From 29baaeed5dc7f7b6a86db0489c4a46adf5595bee Mon Sep 17 00:00:00 2001 From: Kezhik Kyzyl-ool Date: Tue, 23 Apr 2024 12:04:14 +0200 Subject: [PATCH] ci: using waiter --- .github/workflows/playwright.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index ac9d6f040a..f0549e73e5 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -43,11 +43,10 @@ jobs: name: Storybook Tests runs-on: ubuntu-latest steps: - - name: Set execute permissions for script - run: 'chmod +x $GITHUB_WORKSPACE/../scripts/wait-for-workflow.sh' - shell: bash + - uses: actions/checkout@v3 - name: Wait for workflow with Storybook Tests - run: 'bash $GITHUB_WORKSPACE/../scripts/wait-for-workflow.sh' + run: 'scripts/wait-for-workflow.sh' + shell: bash env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WORKFLOW_ID: 'pr-storybook-tests.yml'