Skip to content

SP-694 메인페이지, 모집공고 모아보기 페이지 성능 개선 => 배너 이미지 크기 최소화 #468

SP-694 메인페이지, 모집공고 모아보기 페이지 성능 개선 => 배너 이미지 크기 최소화

SP-694 메인페이지, 모집공고 모아보기 페이지 성능 개선 => 배너 이미지 크기 최소화 #468

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- dev
pull_request:
workflow_dispatch:
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Enable yarn
run: corepack enable
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: yarn
- name: Install dependencies
run: yarn install
- name: Run unit tests
run: yarn test