Skip to content

Commit

Permalink
test fix - test env deployment yaml fix (#3759)
Browse files Browse the repository at this point in the history
* test fix - redirect url from mailing was not correct, changed url in yaml to have extra slash and removed one

* Revert "test fix - redirect url from mailing was not correct, changed url in yaml to have extra slash and removed one"

This reverts commit 5312aec.

* test fix - changed cypress baseurl to include needed / in test-env-deploy yaml
  • Loading branch information
wojteknowacki authored and andrzejewsky committed Jun 20, 2023
1 parent 8fd0e0c commit 1ce486f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
env:
API_URI: ${{ steps.api_uri.outputs.custom_api_uri }}
APP_MOUNT_URI: ${{ secrets.APP_MOUNT_URI }}
CYPRESS_baseUrl: https://${{needs.deploy.outputs.base_URL}}
CYPRESS_baseUrl: https://${{needs.deploy.outputs.base_URL}}/
CYPRESS_USER_NAME: ${{ secrets.CYPRESS_USER_NAME }}
CYPRESS_SECOND_USER_NAME: ${{ secrets.CYPRESS_SECOND_USER_NAME }}
CYPRESS_USER_PASSWORD: ${{ secrets.CYPRESS_USER_PASSWORD }}
Expand Down

0 comments on commit 1ce486f

Please sign in to comment.