Skip to content

Commit

Permalink
Revert "Add storefront administration module to schema.yaml"
Browse files Browse the repository at this point in the history
This reverts commit 8000c0c.
  • Loading branch information
MarcelOxid committed Nov 15, 2024
1 parent 8000c0c commit 0862df4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ env:
BASE_MODULE_VERSION: '^10.0.0'
STOREFRONT_MODULE_VERSION: '~4.0.0'
CONFIGURATION_MODULE_VERSION: '~1.2.0'
STOREFRONT_ADMINISTRATION_MODULE_VERSION: '~1.0.0'

on:
workflow_dispatch:
Expand Down Expand Up @@ -74,7 +73,6 @@ jobs:
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 require oxid-esales/graphql-storefront-administration:${{env.STOREFRONT_ADMINISTRATION_MODULE_VERSION}} --no-update
docker compose exec -T php composer update --no-interaction
- name: Reset shop
Expand All @@ -88,7 +86,6 @@ jobs:
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
docker compose exec -T php php bin/oe-console oe:module:activate oe_graphql_storefront_administration
- name: Checkout documentation
uses: actions/checkout@v4
Expand Down

0 comments on commit 0862df4

Please sign in to comment.