Skip to content

Commit b7b2c62

Browse files
committed
Skip docs when building ecosystem CI
1 parent c53abff commit b7b2c62

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/quarkus-ecosystem-test

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)