mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 02:56:10 +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' }}
|
if: ${{ github.event_name == 'pull_request_target' }}
|
||||||
run: |
|
run: |
|
||||||
git fetch --no-tags https://github.com/open-metadata/OpenMetadata.git +refs/heads/main:refs/remotes/origin/main
|
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
|
- name: Build with Maven
|
||||||
env:
|
env:
|
||||||
|
|||||||
@ -582,7 +582,7 @@
|
|||||||
</includes>
|
</includes>
|
||||||
<systemPropertyVariables>
|
<systemPropertyVariables>
|
||||||
<jdbcContainerClassName>org.testcontainers.containers.PostgreSQLContainer</jdbcContainerClassName>
|
<jdbcContainerClassName>org.testcontainers.containers.PostgreSQLContainer</jdbcContainerClassName>
|
||||||
<jdbcContainerImage>postgres:12.10</jdbcContainerImage>
|
<jdbcContainerImage>postgres:15</jdbcContainerImage>
|
||||||
</systemPropertyVariables>
|
</systemPropertyVariables>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user