Skip to content

Commit

Permalink
OXDEV-7758: Remove duplicated code
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Jan 23, 2024
1 parent 0b0b4a4 commit b132c3d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,12 @@ jobs:
make up
sleep 2
- name: Install module and dependencies if base
- name: Install module and dependencies
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 update --no-interaction
- 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 update --no-interaction
- name: Reset shop
run: |
docker-compose exec -T \
Expand Down

0 comments on commit b132c3d

Please sign in to comment.