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