PR-421183: trying to fix the pipeline of cypress.

This commit is contained in:
Alejandro Lembke Barrientos 2023-03-02 08:00:16 -06:00
parent a4dcc2c391
commit 80a89af63c
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v5.x.x # use the explicit version number
uses: cypress-io/github-action # use the explicit version number
with:
build: npm run build
start: npm start

View File

@ -28,7 +28,7 @@ jobs:
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v5.x.x # use the explicit version number
uses: cypress-io/github-action # use the explicit version number
with:
build: npm run build
start: npm start