From 02fdff98a4bc76c0dc9d0203875f5a918fe3cd99 Mon Sep 17 00:00:00 2001 From: SoowanPark Date: Tue, 13 Feb 2024 00:01:28 +0900 Subject: [PATCH] test --- .github/workflows/dev_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index e88e818..e973426 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -41,7 +41,7 @@ jobs: cd frontend pwd npm install --legacy-peer-deps - npm test + npm test -- --passWithNoTests shell: bash - name: Docker build and push to Docker hub