From 618ceabb97d105c8c56097002b7b6cc3007556d8 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Sat, 7 Oct 2023 03:55:24 +0000 Subject: [PATCH] PR-149165: Fixing 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 4e7db09..4f2a7c0 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -26,7 +26,7 @@ jobs: with: component: true publish-npm: - needs: [ build, cypress-run, cypress-run-component ] + needs: [ build, cypress-run-component ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index 6462d5f..a35f593 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -32,7 +32,7 @@ jobs: with: component: true test-build-package: - needs: [ test, cypress-run, cypress-run-component ] + needs: [ test, cypress-run-component ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3