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 6365ee5 commit b43d4b3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ jobs:
name: Storybook Tests
runs-on: ubuntu-latest
steps:
- name: Test Step
run: 'cd ${{github.action_path}}'
- name: Test Step 2
- name: Set execute permissions for script
run: chmod +x ${{ github.action_path }}/scripts/wait-for-workflow.sh
shell: bash
run: 'ls -l'
- name: Wait for workflow with Storybook Tests
run: '${{ github.action_path }}/scripts/wait-for-workflow.sh'
shell: bash
Expand Down

0 comments on commit b43d4b3

Please sign in to comment.