Skip to content

EC2 레포지토리 경로 변경 #2

EC2 레포지토리 경로 변경

EC2 레포지토리 경로 변경 #2

Workflow file for this run

name: Check Build Possibility
on:
pull_request:
branches: ["main"]
jobs:
# 1. Build 명령어를 활용한 테스트 진행
build-test:
runs-on: ubuntu-20.04
env:
DISABLE_ESLINT_PLUGIN: true
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: "21.2.0"
- name: Install dependencies
run: npm install
- name: Try build
run: npm run build