Skip to content

Commit

Permalink
OXDEV-7758: Add configuration module to schema workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Jan 24, 2024
1 parent cf3fde2 commit ccacd83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:
DOCUMENTATION_VERSION: '8.0'
BASE_MODULE_VERSION: '^8.0.0'
STOREFRONT_MODULE_VERSION: '^3.0.0'
CONFIGURATION_MODULE_VERSION: 'dev-b-7.0.x'

on:
workflow_dispatch:
Expand Down Expand Up @@ -71,6 +72,7 @@ jobs:
run: |
docker-compose exec -T php composer require oxid-esales/graphql-base:${{env.BASE_MODULE_VERSION}} --no-update
docker-compose exec -T php composer require oxid-esales/graphql-storefront:${{env.STOREFRONT_MODULE_VERSION}} --no-update
docker-compose exec -T php composer require oxid-esales/graphql-configuration-access:${{env.CONFIGURATION_MODULE_VERSION}} --no-update
docker-compose exec -T php composer update --no-interaction
- name: Reset shop
Expand All @@ -83,6 +85,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: Checkout documentation
uses: actions/checkout@v4
Expand Down

0 comments on commit ccacd83

Please sign in to comment.