Skip to content

Commit

Permalink
Attempt to fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher committed Aug 9, 2024
1 parent 791664a commit e33bef4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- name: Build with Maven
id: build_with_maven
run: |
mvn verify --batch-mode -P integration-test --file pom.xml
mvn clean verify --batch-mode -P integration-test --file pom.xml
- uses: actions/upload-artifact@v4
with:
name: build_artifact
path: ${{ github.workspace }}/omod/target
path: ${{ github.workspace }}/omod/target/*.omod
- name: Send data to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-refqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.1'

services:
openmrs-referenceapplication-mysql:
image: mysql:5.6
image: mysql:8
command: "mysqld --character-set-server=utf8 --collation-server=utf8_general_ci"
environment:
- MYSQL_DATABASE=openmrs
Expand Down

0 comments on commit e33bef4

Please sign in to comment.