From 93b1ea43d8a61ae1376f33165ab4607c78f8830c Mon Sep 17 00:00:00 2001 From: haite4 Date: Fri, 26 Jul 2024 19:44:38 +0100 Subject: [PATCH] Change run test string in yml file to npm run cypress:run --- .github/workflows/cypress-cucumber-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-cucumber-test.yml b/.github/workflows/cypress-cucumber-test.yml index d4acdbc..152b141 100644 --- a/.github/workflows/cypress-cucumber-test.yml +++ b/.github/workflows/cypress-cucumber-test.yml @@ -40,7 +40,7 @@ jobs: run: npm install multiple-cucumber-html-reporter --save-dev - name: run test - run: npm run test:run + run: npm run cypress:run - name: Generate report if: always()