Skip to content

fix: api 리스트 생성 로직 수정 #139

fix: api 리스트 생성 로직 수정

fix: api 리스트 생성 로직 수정 #139

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 6.32.9
- uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/pnpm-lock.json') }}
- run: pnpm i --no-frozen-lockfile
- run: pnpm test