Skip to content

Commit

Permalink
Fix GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack committed May 21, 2024
1 parent 9998f9a commit 945f4c9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/run-tests-on-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
- name: Start an OpenMRS instance
run: docker-compose -f src/main/resources/docker-compose.yml up -d

- name: Set up JDK 15
uses: actions/setup-java@v2
with:
java-version: '15'

- name: Set up Maven
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit 945f4c9

Please sign in to comment.