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 b8dfbdb commit ebb6389
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
name: Storybook Tests
runs-on: ubuntu-latest
steps:
- name: Test Step
run: 'pwd'
- name: Test Step 2
run: 'ls'
- name: Wait for workflow with Storybook Tests
run: '${{ github.action_path }}/scripts/wait-for-workflow.sh'
shell: bash
Expand Down

0 comments on commit ebb6389

Please sign in to comment.