PR-579798: trying to fix Cypress component testing.

This commit is contained in:
Alejandro Lembke Barrientos 2023-03-07 12:34:41 -06:00
parent f27cb45a7f
commit 0852d39a40
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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