Skip to content

Commit

Permalink
Change run test string in yml file to npm run cypress:run
Browse files Browse the repository at this point in the history
  • Loading branch information
haite4 committed Jul 26, 2024
1 parent 89b70af commit 93b1ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-cucumber-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 93b1ea4

Please sign in to comment.