Skip to content

refactor: utils 함수 테스트 케이스의 이름을 명확하게 작성 #8

refactor: utils 함수 테스트 케이스의 이름을 명확하게 작성

refactor: utils 함수 테스트 케이스의 이름을 명확하게 작성 #8

Workflow file for this run

name: CI/CD Pipeline (dev)
on:
push:
branches:
- refactor
pull_request:
branches:
- refactor
jobs:
test:
uses: ./.github/workflows/test.yaml
deploy-vercel:
needs: [test]
uses: ./.github/workflows/deploy-vercel.yaml
secrets: inherit
e2e:
needs: [deploy-vercel]
uses: ./.github/workflows/e2e.yaml
secrets: inherit
with:
env: dev