Skip to content

Commit

Permalink
Made changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemeri123 committed Jan 28, 2025
1 parent 7e0b93b commit 043eb2e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 25 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/e2e-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Sync configuration
run: ./sync.sh

- name: Checkout to the release commit
run: git checkout 'HEAD^{/\(release\)}'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/e2e-tests-on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Sync configuration
run: ./sync_config.sh

- name: Build and Run Containers
run: docker compose -f e2e_test_support_files/docker-compose-build.yml up -d
Expand Down
4 changes: 3 additions & 1 deletion e2e_test_support_files/docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ services:
environment:
SPA_PATH: /openmrs/spa
API_URL: /openmrs
SPA_CONFIG_URLS:
SPA_CONFIG_URLS: /frontend/config-core_demo.json
SPA_DEFAULT_LOCALE:
volumes:
- ./frontend/config-core_demo.json:/openmrs/spa/config-core_demo.json
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost/" ]
timeout: 5s
Expand Down
18 changes: 0 additions & 18 deletions sync_config.sh

This file was deleted.

0 comments on commit 043eb2e

Please sign in to comment.