Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
adeldhis2 committed Dec 11, 2024
1 parent 4b5340e commit 798d539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
- name: End-to-End tests
uses: cypress-io/github-action@v6
with:
config: baseUrl=${{ github.event.inputs.instance_url }}/dhis-web-dataentry/index.action
config: baseUrl=https://test.e2e.dhis2.org/analytics-2.41/dhis-web-dataentry/index.action
browser: chrome
wait-on: ${{ github.event.inputs.instance_url }}
wait-on: https://test.e2e.dhis2.org/analytics-2.41
wait-on-timeout: 300
record: ${{ env.SHOULD_RECORD }}
parallel: ${{ env.SHOULD_RECORD }}
Expand Down

0 comments on commit 798d539

Please sign in to comment.