adutra commented on code in PR #626:
URL: https://github.com/apache/polaris/pull/626#discussion_r1930376671
##########
.github/workflows/helm.yml:
##########
@@ -99,7 +99,7 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'
run: |
eval $(minikube -p minikube docker-env)
- ./gradlew :polaris-quarkus-server:assemble \
+ ./gradlew :polaris-quarkus-server:assemble
:polaris-quarkus-admin:assemble \
-Dquarkus.container-image.build=true \
-PeclipseLinkDeps=com.h2database:h2:2.3.232
Review Comment:
@MonkeyCanCode I think we should switch our tests to use Postgres, wdyt? H2
won't give us a "real" experience and bootstrapping will be broken.
I just tested with postgres and the bootstrap job worked and I was able to
connect to Polaris after.
The only annoying thing is that we will need support for purge as well. I
will try to add that too.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]