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 0aa4cfb commit 965b73a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,18 @@ jobs:
with:
name: pr
path: ./pr-id.txt
storybook-tests:
name: Storybook Tests result
runs-on: ubuntu-latest
steps:
- name: Wait for workflow with Storybook Tests
uses: kamilchodola/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
workflow_id: 'gravity-ui/uikit/.github/workflows/pr-storybook-tests.yml'
max_wait_minutes: '10'
interval: '1'
timeout: '600'
org_name: 'gravity-ui'
repo_name: 'uikit'
ref: '${{ github.ref }}'

0 comments on commit 965b73a

Please sign in to comment.