From 3bb6db495f58e03071bc1a21c288c44a4d2a3335 Mon Sep 17 00:00:00 2001 From: eunhak Date: Thu, 9 May 2024 19:21:09 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20ci=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d11538..af99440 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,18 +43,18 @@ jobs: - run: npm install - run: CI='false' npm run build - test: - name: Test - runs-on: ubuntu-latest + # test: + # name: Test + # runs-on: ubuntu-latest - steps: - - name: Create .env file - run: | - touch .env - echo "${{ secrets.ENV_DEVELOPMENT }}" > .env - - uses: actions/checkout@v3 - - uses: actions/setup-node@v2 - with: - node-version: '20' - - run: npm install - - run: npm run start + # steps: + # - name: Create .env file + # run: | + # touch .env + # echo "${{ secrets.ENV_DEVELOPMENT }}" > .env + # - uses: actions/checkout@v3 + # - uses: actions/setup-node@v2 + # with: + # node-version: '20' + # - run: npm install + # - run: npm run build