Skip to content

Commit

Permalink
test: use test.e2e instances for Cypress testing (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo authored Oct 18, 2023
1 parent abb57d0 commit d70cbbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ on:
required: true

env:
BASE_URL_INSTANCES: https://debug.dhis2.org
NAME_PATTERN_PROD_INSTANCES: '{version}'
NAME_PATTERN_DEV_INSTANCE: dev
BASE_URL_INSTANCES: https://test.e2e.dhis2.org
NAME_PATTERN_PROD_INSTANCES: 'analytics-{version}'
NAME_PATTERN_DEV_INSTANCE: analytics-dev

concurrency:
group: e2e-prod-${{ github.workflow}}-${{ github.ref }}
Expand Down

0 comments on commit d70cbbb

Please sign in to comment.