fix: fix Cypress nev. variable
parent
32a7cc200d
commit
c9cff53a70
|
@ -106,7 +106,7 @@ jobs:
|
|||
apt install -y build-essential
|
||||
yarn install --frozen-lockfile
|
||||
yarn run cypress install
|
||||
yarn run CYPRESS_oauth2ServerURL=http://${OAUTH2_HOSTNAME}:${OAUTH2_PORT} cypress run --browser chrome --config baseUrl=http://host.docker.internal:8888 --reporter junit --reporter-options 'mochaFile=cypress/results/results-[hash].xml'
|
||||
yarn run cypress run --browser chrome --config baseUrl=http://host.docker.internal:8888 --reporter junit --reporter-options 'mochaFile=cypress/results/results-[hash].xml' --env oauth2ServerURL=http://${OAUTH2_HOSTNAME}:${OAUTH2_PORT}
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
Loading…
Reference in New Issue