Skip to content

Commit

Permalink
test: fix env for Cypress run on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Oct 12, 2023
1 parent b6169e1 commit 212dee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
SERVER_START_CMD: 'yarn cypress:start'
SERVER_URL: 'http://localhost:3000'
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
REACT_APP_DHIS2_BASE_URL: ${{ secrets.REACT_APP_DHIS2_BASE_URL }}
REACT_APP_DHIS2_BASE_URL: ${{ secrets.CYPRESS_DHIS2_BASE_URL_39 }}
cypress_dhis2_base_url: ${{ secrets.CYPRESS_DHIS2_BASE_URL_39 }}
cypress_dhis2_username: ${{ secrets.DHIS2_USERNAME }}
cypress_dhis2_password: ${{ secrets.DHIS_PASSWORD }}
Expand Down

0 comments on commit 212dee1

Please sign in to comment.