Fix mvn postgres CI (#13747)

This commit is contained in:
Pere Miquel Brull 2023-10-27 20:37:18 +02:00 committed by GitHub
parent c4d13f4615
commit ec5a35c08d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -582,7 +582,7 @@
</includes>
<systemPropertyVariables>
<jdbcContainerClassName>org.testcontainers.containers.PostgreSQLContainer</jdbcContainerClassName>
<jdbcContainerImage>postgres:12.10</jdbcContainerImage>
<jdbcContainerImage>postgres:15</jdbcContainerImage>
</systemPropertyVariables>
</configuration>
</execution>