From dd0d7683049188e6366d764e8a3fc8b2fe4f4282 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Mon, 22 Mar 2021 07:43:31 -0400 Subject: [PATCH] Update pull_request.yml --- .github/workflows/pull_request.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index cc09f28d..cfeddf1f 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -17,8 +17,6 @@ jobs: - name: npm install, build, and test run: | npm install - npm run start -- --testMode - npm run demo npm run coverage env: CI: true