Skip to content

Commit

Permalink
Merge branch 'main' into federation-resolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
RoMiRoSSaN authored Sep 27, 2024
2 parents 517b7dc + 5ff2b59 commit 4c0c47d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4c0c47d

Please sign in to comment.