Skip to content

style(domain/enrollment-check): 등록확인 삭제 col 제거 #133

style(domain/enrollment-check): 등록확인 삭제 col 제거

style(domain/enrollment-check): 등록확인 삭제 col 제거 #133

Workflow file for this run

name: CI
on: [push]
jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install
- run: npm install -g @lhci/cli@0.8.x
- run: yarn build
- run: lhci collect
- run: lhci upload
env:
LHCI_GITHUB_APP_TOKEN: ${{secrets.LHCI_GITHUB_APP_TOKEN}}