Skip to content

Commit

Permalink
SKRF-121 chore: 깃허브 액션 빌드테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
colorkite10 committed Oct 23, 2023
1 parent b36725e commit c688a42
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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
Empty file.
27 changes: 27 additions & 0 deletions .history/.github/workflows/build-test_20231023144345.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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

0 comments on commit c688a42

Please sign in to comment.