From 0852d39a40212ed7fe4dba50f22adacd2de7117c Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Tue, 7 Mar 2023 12:34:41 -0600 Subject: [PATCH] PR-579798: trying to fix Cypress component testing. --- .github/workflows/npm-publish.yml | 2 -- .github/workflows/npm-test.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index f920dd4..bc0b04b 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -39,8 +39,6 @@ jobs: uses: cypress-io/github-action@v5 # use the explicit version number with: component: true - # quote the url to be safe against YML parsing surprises - wait-on: 'http://localhost:8080' publish-npm: needs: [ test, cypress-run, cypress-run-component ] runs-on: ubuntu-latest diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index 91cc501..66a7d24 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -45,8 +45,6 @@ jobs: uses: cypress-io/github-action@v5 # use the explicit version number with: component: true - # quote the url to be safe against YML parsing surprises - wait-on: 'http://localhost:8080' test-build-package: needs: [ test, cypress-run, cypress-run-component ] runs-on: ubuntu-latest