From 358ae2c613e90cb9b361bf1d225e1c8d748b84dc Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Fri, 18 Aug 2023 03:28:16 +0000 Subject: [PATCH] test(action): remove cmd --- .github/workflows/tests-cypress.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests-cypress.yml b/.github/workflows/tests-cypress.yml index b5c6f06a3..83b298e88 100644 --- a/.github/workflows/tests-cypress.yml +++ b/.github/workflows/tests-cypress.yml @@ -25,7 +25,6 @@ jobs: with: browser: chrome headed: true - command: npm test working-directory: tests/cypress wait-on: http://localhost:8000/healthcheck spec: tests/cypress/accessibility.cy.js