Skip to content

test: e2e first test #145

test: e2e first test

test: e2e first test #145

name: Main Workflow
on:
pull_request:
types: [opened, synchronize]
branches:
- dev
- main
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
lint:
uses: ./.github/workflows/lint.yml
needs: build
test:
uses: ./.github/workflows/test.yml
needs: lint