Skip to content

Commit

Permalink
OXDEV-7354: Add graphql-configuration-access module to schema.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Jan 4, 2024
1 parent 7d315bb commit 03fdad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 03fdad0

Please sign in to comment.