Skip to content

chore: workflows/ci-cd 제거 후 dev 환경 ci-cd workflow 생성 #1

chore: workflows/ci-cd 제거 후 dev 환경 ci-cd workflow 생성

chore: workflows/ci-cd 제거 후 dev 환경 ci-cd workflow 생성 #1

Workflow file for this run

name: CI/CD Pipeline (dev)
on:
push:
branches:
- refactor
pull_request:
branches:
- refactor
jobs:
test:
uses: ./.github/workflows/jobs/test.yml

Check failure on line 11 in .github/workflows/ci-cd-dev.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-cd-dev.yaml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
deploy-vercel:
needs: [test]
uses: ./.github/workflows/jobs/deploy-vercel.yml
e2e:
needs: [deploy-vercel]
uses: ./.github/workflows/jobs/e2e.yml
with:
env: dev