Skip to content

fix: cypress 에러 수정 #25

fix: cypress 에러 수정

fix: cypress 에러 수정 #25

Workflow file for this run

name: Vitest Unit Test
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install pnpm
run: npm install -g pnpm
- name: npm ci
run: PUPPETEER_DOWNLOAD_BASE_URL="https://storage.googleapis.com/chrome-for-testing-public" pnpm install --frozen-lockfile
- name: vitest
run: pnpm test:run