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 e6ef112 commit b8dfbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for workflow with Storybook Tests
run: 'scripts/wait-for-workflow.sh'
run: '${{ github.action_path }}/scripts/wait-for-workflow.sh'
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b8dfbdb

Please sign in to comment.