Skip to content

docs(test): Add testing with vitest section to react (#724) #94

docs(test): Add testing with vitest section to react (#724)

docs(test): Add testing with vitest section to react (#724) #94

name: 'Verify and Release Beta'
on:
push:
branches:
- next
jobs:
verify:
uses: trendyol/baklava/.github/workflows/verify.yml@next
secrets: inherit
release:
uses: trendyol/baklava/.github/workflows/release.yml@next
needs: verify
secrets: inherit
chromatic:
uses: trendyol/baklava/.github/workflows/publish-chromatic.yml@next
needs: verify