modify cypress install command (#15314)

This commit is contained in:
Harsh Vador 2024-02-22 17:02:51 +05:30 committed by GitHub
parent 18c22c4178
commit a499c3e36a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,7 +147,7 @@ jobs:
wait-on: "http://localhost:8585" wait-on: "http://localhost:8585"
group: cypress-ci-mysql-pr-oss-${{ github.run_id }}-${{github.run_attempt}} group: cypress-ci-mysql-pr-oss-${{ github.run_id }}-${{github.run_attempt}}
browser: chrome browser: chrome
command: cypress run --config-file=cypress.config.ts --env grepTags='${{ steps.get_cypress_filter.outputs.e2eFilters }}' command: npx cypress run --config-file=cypress.config.ts --env grepTags='${{ steps.get_cypress_filter.outputs.e2eFilters }}'
env: env:
CYPRESS_BASE_URL: "http://localhost:8585" CYPRESS_BASE_URL: "http://localhost:8585"
CYPRESS_RECORD_KEY: ${{ steps.cypress-project-id.outputs.CYPRESS_RECORD_KEY }} CYPRESS_RECORD_KEY: ${{ steps.cypress-project-id.outputs.CYPRESS_RECORD_KEY }}