Skip to content

SKRF-132 로그인 api 서버에 요청 (#18) #40

SKRF-132 로그인 api 서버에 요청 (#18)

SKRF-132 로그인 api 서버에 요청 (#18) #40

Workflow file for this run

name: Build Test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Build React app
run: npm run build