We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53abff commit b7b2c62Copy full SHA for b7b2c62
.github/quarkus-ecosystem-test
@@ -0,0 +1,9 @@
1
+#!/usr/bin/env bash
2
+set -e
3
+
4
+# update the versions
5
+mvn --settings .github/quarkus-ecosystem-maven-settings.xml -B versions:set-property -Dproperty=quarkus.version -DnewVersion=${QUARKUS_VERSION} -DgenerateBackupPoms=false
6
+mvn --settings .github/quarkus-ecosystem-maven-settings.xml -B versions:set-property -Dproperty=version.io.quarkus -DnewVersion=${QUARKUS_VERSION} -DgenerateBackupPoms=false
7
8
+# run the tests while skipping docs
9
+mvn --settings .github/quarkus-ecosystem-maven-settings.xml -B clean install -Dnative -Dquarkus.native.container-build=true --projects '!io.quarkiverse.langchain4j:quarkus-langchain4j-docs' --fail-at-end -e
0 commit comments