Skip to content

Commit

Permalink
ci: using waiter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezhik Kyzyl-ool committed Apr 23, 2024
1 parent 805dced commit 29baaee
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 29baaee

Please sign in to comment.