diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 2201a89..48d389f 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -19,4 +19,4 @@ jobs: run: npm install - name: Run tests - run: npm test:ci + run: npm run test:ci