Skip to content

Commit

Permalink
chore: use separate cypress test instance for v37 (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen authored Sep 3, 2021
1 parent 4e26558 commit 316ffb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ jobs:
SERVER_START_CMD: 'yarn cypress:start'
SERVER_URL: 'http://localhost:3000'
cypress_dhis2_api_stub_mode: 'DISABLED'
REACT_APP_DHIS2_BASE_URL: ${{ secrets.CYPRESS_DHIS2_BASE_URL }}
cypress_dhis2_base_url: ${{ secrets.CYPRESS_DHIS2_BASE_URL }}
REACT_APP_DHIS2_BASE_URL: ${{ secrets.CYPRESS_DHIS2_BASE_URL_37 }}
cypress_dhis2_base_url: ${{ secrets.CYPRESS_DHIS2_BASE_URL_37 }}
cypress_dhis2_username: ${{ secrets.CYPRESS_DHIS2_USERNAME }}
cypress_dhis2_password: ${{ secrets.CYPRESS_DHIS2_PASSWORD }}

Expand Down

0 comments on commit 316ffb9

Please sign in to comment.