Skip to content

Commit

Permalink
Fix mvn postgres CI (#13747)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbrull authored Oct 27, 2023
1 parent c4d13f4 commit ec5a35c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-postgres-tests-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
if: ${{ github.event_name == 'pull_request_target' }}
run: |
git fetch --no-tags https://github.com/open-metadata/OpenMetadata.git +refs/heads/main:refs/remotes/origin/main
mvn -pl :openmetadata-service -Dprofile=postgres-tests clean package -am
mvn -pl :openmetadata-service -Ppostgres-tests clean package -am
- name: Build with Maven
env:
Expand Down
2 changes: 1 addition & 1 deletion openmetadata-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@
</includes>
<systemPropertyVariables>
<jdbcContainerClassName>org.testcontainers.containers.PostgreSQLContainer</jdbcContainerClassName>
<jdbcContainerImage>postgres:12.10</jdbcContainerImage>
<jdbcContainerImage>postgres:15</jdbcContainerImage>
</systemPropertyVariables>
</configuration>
</execution>
Expand Down

0 comments on commit ec5a35c

Please sign in to comment.