diff --git a/.github/workflows/schema.yml b/.github/workflows/schema.yml index d3d6251..daa7d38 100644 --- a/.github/workflows/schema.yml +++ b/.github/workflows/schema.yml @@ -66,6 +66,7 @@ jobs: - name: Install module and dependencies run: | docker-compose exec -T php composer require oxid-esales/graphql-storefront --no-update + docker-compose exec -T php composer require oxid-esales/graphql-configuration-access --no-update docker-compose exec -T php composer update --no-interaction - name: Reset shop @@ -78,6 +79,7 @@ jobs: run: | docker-compose exec -T php php bin/oe-console oe:module:activate oe_graphql_base docker-compose exec -T php php bin/oe-console oe:module:activate oe_graphql_storefront + docker-compose exec -T php php bin/oe-console oe:module:activate oe_graphql_configuration_access - name: Generate documentation run: |