From 09fa2e3414f354d36ce038ca31823397f0fb64ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Roig?= Date: Sun, 19 Jun 2022 14:09:50 +0200 Subject: [PATCH] fix(ghAction): remove duplicated run build action (now run by Cypress) --- .github/workflows/build_test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index de18bd68..c052fc18 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -26,7 +26,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm ci - - run: npm run build --if-present - run: npm test - name: Cypress run uses: cypress-io/github-action@v4