From 19c805830fe634b00a2ac85d04901cacf9ef6331 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Thu, 2 Mar 2023 08:05:20 -0600 Subject: [PATCH] PR-421183: trying to fix the pipeline of cypress. --- .github/workflows/npm-publish.yml | 2 +- .github/workflows/npm-test.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index cc2dcce..a7d1018 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 # use the explicit version number + uses: cypress-io/github-action@v5 # 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 ff28806..439a7e6 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -28,11 +28,10 @@ jobs: # Install NPM dependencies, cache them correctly # and run all Cypress tests - name: Cypress run - uses: cypress-io/github-action # use the explicit version number + uses: cypress-io/github-action@v5 # use the explicit version number with: build: npm run build start: npm start - test-build-package: needs: test runs-on: ubuntu-latest