Skip to content

Commit 0862df4

Browse files
committed
Revert "Add storefront administration module to schema.yaml"
This reverts commit 8000c0c.
1 parent 8000c0c commit 0862df4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/schema.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ env:
77
BASE_MODULE_VERSION: '^10.0.0'
88
STOREFRONT_MODULE_VERSION: '~4.0.0'
99
CONFIGURATION_MODULE_VERSION: '~1.2.0'
10-
STOREFRONT_ADMINISTRATION_MODULE_VERSION: '~1.0.0'
1110

1211
on:
1312
workflow_dispatch:
@@ -74,7 +73,6 @@ jobs:
7473
docker compose exec -T php composer require oxid-esales/graphql-base:${{env.BASE_MODULE_VERSION}} --no-update
7574
docker compose exec -T php composer require oxid-esales/graphql-storefront:${{env.STOREFRONT_MODULE_VERSION}} --no-update
7675
docker compose exec -T php composer require oxid-esales/graphql-configuration-access:${{env.CONFIGURATION_MODULE_VERSION}} --no-update
77-
docker compose exec -T php composer require oxid-esales/graphql-storefront-administration:${{env.STOREFRONT_ADMINISTRATION_MODULE_VERSION}} --no-update
7876
docker compose exec -T php composer update --no-interaction
7977
8078
- name: Reset shop
@@ -88,7 +86,6 @@ jobs:
8886
docker compose exec -T php php bin/oe-console oe:module:activate oe_graphql_base
8987
docker compose exec -T php php bin/oe-console oe:module:activate oe_graphql_storefront
9088
docker compose exec -T php php bin/oe-console oe:module:activate oe_graphql_configuration_access
91-
docker compose exec -T php php bin/oe-console oe:module:activate oe_graphql_storefront_administration
9289
9390
- name: Checkout documentation
9491
uses: actions/checkout@v4

0 commit comments

Comments
 (0)