Skip to content

docs: update readme.md #40

docs: update readme.md

docs: update readme.md #40

name: Integrated Workflow
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
test:
uses: ./.github/workflows/test-reusable.yml
secrets: inherit
e2e-test:
uses: ./.github/workflows/playwright.yml
secrets: inherit
release:
needs:
- test
- e2e-test
uses: ./.github/workflows/release-reusable.yml
secrets: inherit
# storybook-deploy:
# needs: test
# uses: ./.github/workflows/chromatic-on-pr.yml
# secrets: inherit