Skip to content

Commit

Permalink
environment variables for cypress added to pre-prod action (#215)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Alexander <scott.alexander@madetech.com>
  • Loading branch information
SRAlexander and Scott Alexander authored Jan 5, 2024
1 parent 826e5b6 commit 3fc565f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ui-deploy-to-pre-prod-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ jobs:
start: serve -s build
browser: chrome
working-directory: ./app
env:
CYPRESS_BASE_URL: ${{ vars.CYPRESS_BASE_URL }}
CYPRESS_grepTags: 'regression'

cypress-run-firefox:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 3fc565f

Please sign in to comment.