From b933cb77c8d668c3f8a14bf285a8e9fd6e47ddef Mon Sep 17 00:00:00 2001 From: jinddings Date: Mon, 11 Nov 2024 17:44:33 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20chore=20:=20npm=20run=20te?= =?UTF-8?q?st=20BE=20=EB=94=94=EB=A0=89=ED=86=A0=EB=A6=AC=EC=97=90?= =?UTF-8?q?=EC=84=9C=EB=A7=8C=20=EC=8B=A4=ED=96=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deply-alpha.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deply-alpha.yml b/.github/workflows/deply-alpha.yml index 353b766c..cab94eb5 100644 --- a/.github/workflows/deply-alpha.yml +++ b/.github/workflows/deply-alpha.yml @@ -39,9 +39,10 @@ jobs: - name: Install dependencies working-directory: ./${{matrix.app.dir}} continue-on-error: true - run: npm ci --no-audit + run: npm ci - name: Run tests + if: ${{ matrix.app.name == 'be' }} # BE일 때만 실행 working-directory: ./${{matrix.app.dir}} run: npm test env: