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 ebb6389 commit 132b96f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
- name: Test Step
run: 'pwd'
- name: Test Step 2
run: 'ls'
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 132b96f

Please sign in to comment.