From 32cd8dad52076a253972232f764ca8c235615e23 Mon Sep 17 00:00:00 2001 From: Jan Martiska Date: Fri, 8 Dec 2023 11:41:01 +0100 Subject: [PATCH] Add oidc-client-graphql extension to tests --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3aa7af0bb..bab32ebb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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]