Skip to content

Commit

Permalink
fix: use Github variable for Cypress test instance
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Oct 12, 2023
1 parent 2997b3f commit fef0758
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 @@ -11,7 +11,7 @@ env:
SERVER_URL: 'http://localhost:3000'
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
REACT_APP_DHIS2_BASE_URL: ${{ secrets.REACT_APP_DHIS2_BASE_URL }}
cypress_dhis2_base_url: 'https://test.e2e.dhis2.org/analytics-2.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 fef0758

Please sign in to comment.