From 80a89af63c9e04ac8fbb37cf3362e95d2ce91a0e Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Thu, 2 Mar 2023 08:00:16 -0600 Subject: [PATCH] PR-421183: trying to fix the pipeline of cypress. --- .github/workflows/npm-publish.yml | 2 +- .github/workflows/npm-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 7006c36..cc2dcce 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -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 diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index dec2e79..d20399b 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -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