fix: fix Cypress nev. variable

pull/5911/head
k3yi0 2022-04-29 11:58:52 +02:00
parent 32a7cc200d
commit c9cff53a70
1 changed files with 1 additions and 1 deletions

View File

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