Skip to content

수료증 페이지 구현 #180

수료증 페이지 구현

수료증 페이지 구현 #180

Workflow file for this run

name: 🔄 Integration
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run format:check
- run: bun run lint
- run: bun run coverage
- run: bun run build
chromatic:
environment:
name: chromatic
url: https://${{ github.head_ref }}--67451d0423c813a4784afd4a.chromatic.com
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v2
- run: bun install
- uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}