Skip to content

Commit

Permalink
stick with compatibility only in nightly workflow, release dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
wojteknowacki committed Oct 2, 2023
1 parent 2f40fe5 commit 82b5de5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,6 @@ jobs:
apiUrl: "${{ steps.api_uri.outputs.custom_api_uri }}"
appMountUri: ${{ secrets.APP_MOUNT_URI }}
baseUrl: "https://${{needs.deploy.outputs.base_URL}}/"
## backward compatibility requires CYPRESS_baseUrl as env var name - can be removed when version lower than 3.17 are no longer supported
CYPRESS_baseUrl: "https://${{needs.deploy.outputs.base_URL}}/"
userName: ${{ secrets.CYPRESS_USER_NAME }}
secondUserName: ${{ secrets.CYPRESS_SECOND_USER_NAME }}
userPassword: ${{ secrets.CYPRESS_USER_PASSWORD }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ jobs:
apiUrl: ${{ steps.get-env-uri.outputs.ENV_URI }}graphql/
appMountUri: ${{ secrets.APP_MOUNT_URI }}
baseUrl: "${{ steps.get-env-uri.outputs.ENV_URI }}dashboard/"
## backward compatibility requires CYPRESS_baseUrl as env var name - can be removed when version lower than 3.17 are no longer supported
CYPRESS_baseUrl: "${{ steps.get-env-uri.outputs.ENV_URI }}dashboard/"
userName: ${{ secrets.CYPRESS_USER_NAME }}
secondUserName: ${{ secrets.CYPRESS_SECOND_USER_NAME }}
userPassword: ${{ secrets.CYPRESS_USER_PASSWORD }}
Expand Down

0 comments on commit 82b5de5

Please sign in to comment.