Skip to content

Commit

Permalink
Add oidc-client-graphql extension to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Dec 8, 2023
1 parent 5344a35 commit 32cd8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
cd quarkus && \
mvn install -Dsmallrye-graphql.version=$SMALLRYE_VERSION -Dquickly && \
mvn 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
-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
quality:
needs: [build]
Expand Down

0 comments on commit 32cd8da

Please sign in to comment.