Skip to content

Commit

Permalink
Adjust some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RandilaP committed Aug 13, 2023
1 parent 4921c9d commit b1f6df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: npx playwright install chromium --with-deps

- name: Run dev server
run: yarn run:omrs develop --sources packages/apps/* --port 8180 & # Refer to O3-1994
run: yarn run:omrs develop --sources packages/apps/esm-login-app --port 8180 & # Refer to O3-1994

- name: Run E2E tests
run: yarn playwright test
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
run: while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://localhost:9000/openmrs/login.htm)" != "200" ]]; do sleep 10; done

- name: Run dev server
run: yarn run:omrs develop --sources packages/apps/esm-*-app --backend "http://localhost:9000" --port 8180 & # Refer to O3-1994
run: yarn run:omrs develop --sources packages/apps/esm-login-app --backend "http://localhost:9000" --port 8180 & # Refer to O3-1994

- name: Run E2E tests
run: yarn playwright test
Expand Down

0 comments on commit b1f6df4

Please sign in to comment.