diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f3433d46..1757d52ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: run: | SMALLRYE_VERSION=$(xmllint --xpath '/*[local-name()="project"]/*[local-name()="version"]/text()' pom.xml) && \ echo "SMALLRYE_VERSION=$SMALLRYE_VERSION" && \ - mvn install -Dversion.io.smallrye.graphql=$SMALLRYE_VERSION --file wildfly-graphql-feature-pack/pom.xml + mvn -B install -Dversion.io.smallrye.graphql=$SMALLRYE_VERSION --file wildfly-graphql-feature-pack/pom.xml quarkus-tests: runs-on: ubuntu-latest @@ -118,8 +118,8 @@ jobs: SMALLRYE_VERSION=$(xmllint --xpath '/*[local-name()="project"]/*[local-name()="version"]/text()' smallrye-graphql/pom.xml) && \ echo "SMALLRYE_VERSION=$SMALLRYE_VERSION" && \ cd quarkus && \ - ./mvnw install -Dsmallrye-graphql.version=$SMALLRYE_VERSION -Dquickly && \ - ./mvnw verify -Dsmallrye-graphql.version=$SMALLRYE_VERSION -Dnative \ + ./mvnw -B install -Dsmallrye-graphql.version=$SMALLRYE_VERSION -Dquickly && \ + ./mvnw -B verify -Dsmallrye-graphql.version=$SMALLRYE_VERSION -Dnative \ -pl extensions/smallrye-graphql-client/deployment,extensions/smallrye-graphql-client/runtime,extensions/smallrye-graphql/deployment,extensions/smallrye-graphql/runtime,integration-tests/smallrye-graphql,integration-tests/smallrye-graphql-client,integration-tests/hibernate-orm-graphql-panache,extensions/oidc-client-graphql/deployment,extensions/oidc-client-graphql/runtime,tcks/microprofile-graphql -Ptcks quality: