Skip to content

chore: add ci/cd

chore: add ci/cd #35

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:
uses: ./.github/workflows/release-reusable.yml
secrets: inherit
# storybook-deploy:
# needs: test
# uses: ./.github/workflows/chromatic-on-pr.yml
# secrets: inherit