Skip to content

Commit

Permalink
Change the port
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack committed May 21, 2024
1 parent 945f4c9 commit c20023a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests-on-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
- name: Start an OpenMRS instance
run: docker-compose -f src/main/resources/docker-compose.yml up -d

- name: Set up Maven
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '15'
cache: 'maven'

- name: Install dependencies
run: ./mvnw install -DskipTests
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
gateway:
image: openmrs/openmrs-reference-application-3-gateway:${TAG:-nightly}
ports:
- '8080:80'
- '80:80'

frontend:
image: openmrs/openmrs-reference-application-3-frontend:${TAG:-nightly}
Expand Down

0 comments on commit c20023a

Please sign in to comment.