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 b155692 commit 7790706
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set execute permissions for script
run: chmod +x scripts/wait-for-workflow.sh
run: 'chmod +x $GITHUB_WORKSPACE/scripts/wait-for-workflow.sh'
shell: bash
- name: Wait for workflow with Storybook Tests
run: 'scripts/wait-for-workflow.sh'
shell: bash
run: 'bash $GITHUB_WORKSPACE/scripts/wait-for-workflow.sh'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WORKFLOW_ID: 'pr-storybook-tests.yml'
Expand Down

0 comments on commit 7790706

Please sign in to comment.