mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-29 17:49:14 +00:00
Fix mvn postgres CI (#13747)
This commit is contained in:
parent
c4d13f4615
commit
ec5a35c08d
@ -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:
|
||||
|
||||
@ -582,7 +582,7 @@
|
||||
</includes>
|
||||
<systemPropertyVariables>
|
||||
<jdbcContainerClassName>org.testcontainers.containers.PostgreSQLContainer</jdbcContainerClassName>
|
||||
<jdbcContainerImage>postgres:12.10</jdbcContainerImage>
|
||||
<jdbcContainerImage>postgres:15</jdbcContainerImage>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user