Skip to content

feat(QYOG-126): 동아리 지원기간 null 일 때 분기처리 #175

feat(QYOG-126): 동아리 지원기간 null 일 때 분기처리

feat(QYOG-126): 동아리 지원기간 null 일 때 분기처리 #175

Workflow file for this run

name: Test on PR
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 18.18.2
- name: Install Dependencies
run: yarn install
- name: Clear Cache
run: npx jest --clearCache
- name: Test
run: yarn test