test: fix flaky (#1953)

This commit is contained in:
Himself65
2023-04-14 15:03:16 -05:00
committed by GitHub
parent 8d2fefb5f8
commit b771a2504b
4 changed files with 46 additions and 1 deletions

View File

@@ -150,6 +150,10 @@ jobs:
name: storybook
path: ./packages/component/storybook-static
- name: Wait for Octobase Ready
run: |
node ./scripts/wait-3000-healthz.mjs
- name: Run playwright tests
run: yarn test --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }}
env: