Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Tkachev committed Feb 18, 2025
1 parent f0a6167 commit b41b24a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ jobs:
- name: Put module settings
continue-on-error: true
run: |
mkdir -p source/var/configuration/environment/shops/1/modules
echo "${{ secrets.MODULE_SETTINGS_OXID7 }}" > source/var/configuration/environment/shops/1/modules/osc-unzer.yaml
echo "${{ secrets.MODULE_SETTINGS_OXID7 }}" >> source/var/configuration/environment/shops/1/modules/osc-unzer.yaml
docker compose exec -T php php bin/oe-console oe:module:activate osc-unzer
- name: Show docker log
Expand Down Expand Up @@ -284,7 +283,7 @@ jobs:
continue-on-error: true
run: |
mkdir -p source/var/configuration/environment/shops/1/modules
echo "${{ secrets.MODULE_SETTINGS_OXID7 }}" > source/var/configuration/environment/shops/1/modules/osc-unzer.yaml
echo "${{ secrets.MODULE_SETTINGS_OXID7 }}" >> source/var/configuration/environment/shops/1/modules/osc-unzer.yaml
docker compose exec -T php php bin/oe-console oe:module:activate osc-unzer
- name: Run tests
Expand Down

0 comments on commit b41b24a

Please sign in to comment.