Skip to content

Commit

Permalink
another baseUrl fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
scytacki committed May 23, 2024
1 parent 972dcc8 commit 5648450
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployed-regresssion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
parallel: ${{ !!secrets.CYPRESS_RECORD_KEY }}
browser: chrome
spec: cypress/e2e/functional/**
# explicit wait-on to try to get around the configuration issue
wait-on: https://collaborative-learning.concord.org/index-staging.html
# config: baseUrl=${{ github.event.inputs.deployedUrl }}
config: baseUrl=https://collaborative-learning.concord.org/index-staging.html
env:
Expand Down

0 comments on commit 5648450

Please sign in to comment.