cold-island-71759
05/24/2023, 3:14 PMmany-airline-45402
05/24/2023, 3:19 PMmany-airline-45402
05/24/2023, 3:21 PMmany-airline-45402
05/24/2023, 3:25 PMstart: npm run cypress:run
is the first call
uses: cypress-io/github-action@v4
and this one repeats the run
You should be able to just remove the start
parameter.
Take a look at the examples on https://github.com/cypress-io/github-action/blob/master/README.md and whilst you are making changes, I would suggest updating to `@v5`whilst you are at it.cold-island-71759
05/24/2023, 3:42 PMuses: cypress-io/github-action@v5
?many-airline-45402
05/24/2023, 3:46 PM@v4
to @v5
was the removal of Node.js 12
support, so it should be just a simple edit for you (unless of course you are still relying on the old Node.js version).cold-island-71759
05/24/2023, 3:57 PM