PR-579798: trying to fix Cypress component testing.

This commit is contained in:
Alejandro Lembke Barrientos 2023-03-07 12:32:20 -06:00
parent 3613816dd1
commit f27cb45a7f
2 changed files with 6 additions and 4 deletions

View File

@ -38,8 +38,9 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v5 # use the explicit version number
with:
runTests: false
start: npm run cy:run-component
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

@ -44,8 +44,9 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v5 # use the explicit version number
with:
runTests: false
start: npm run cy:run-component
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