From c688a42cbbd60e00b4d68cab69fd6c5e8dd71696 Mon Sep 17 00:00:00 2001 From: colorkite10 Date: Mon, 23 Oct 2023 14:44:17 +0900 Subject: [PATCH] =?UTF-8?q?SKRF-121=20chore:=20=EA=B9=83=ED=97=88=EB=B8=8C?= =?UTF-8?q?=20=EC=95=A1=EC=85=98=20=EB=B9=8C=EB=93=9C=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-test.yaml | 27 +++++++++++++++++++ .../workflows/build-test_20231023144338.yaml | 0 .../workflows/build-test_20231023144345.yaml | 27 +++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 .github/workflows/build-test.yaml create mode 100644 .history/.github/workflows/build-test_20231023144338.yaml create mode 100644 .history/.github/workflows/build-test_20231023144345.yaml diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml new file mode 100644 index 00000000..171a7aa6 --- /dev/null +++ b/.github/workflows/build-test.yaml @@ -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 \ No newline at end of file diff --git a/.history/.github/workflows/build-test_20231023144338.yaml b/.history/.github/workflows/build-test_20231023144338.yaml new file mode 100644 index 00000000..e69de29b diff --git a/.history/.github/workflows/build-test_20231023144345.yaml b/.history/.github/workflows/build-test_20231023144345.yaml new file mode 100644 index 00000000..171a7aa6 --- /dev/null +++ b/.history/.github/workflows/build-test_20231023144345.yaml @@ -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 \ No newline at end of file