Skip to content

Commit

Permalink
OXDEV-7758: Modify db reset for eshop 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Jan 23, 2024
1 parent b132c3d commit cacdfbc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ jobs:
docker-compose exec -T php composer update --no-interaction
- name: Reset shop
run: |
docker-compose exec -T \
php bin/oe-console oe:database:reset --db-host=mysql --db-port=3306 \
--db-name=example --db-user=root --db-password=root --force
run: docker-compose exec -T php php vendor/bin/reset-shop

- name: Activate modules
run: |
Expand Down

0 comments on commit cacdfbc

Please sign in to comment.