Skip to content

[FEATURE #359]: 내 카드외에도 다른 카드 보여주기 #279

[FEATURE #359]: 내 카드외에도 다른 카드 보여주기

[FEATURE #359]: 내 카드외에도 다른 카드 보여주기 #279

Workflow file for this run

name: CI
on:
pull_request:
branches:
- develop
jobs:
client-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Build project
run: npm run build
- name: Run tests
run: npm run test