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 b43d4b3 commit b155692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b155692

Please sign in to comment.