Skip to content

Commit

Permalink
TS-47 Add module-specific fixtures sql dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Tkachev committed Jan 8, 2025
1 parent 4af82fe commit a2d6e79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/universal_workflow_light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,13 @@ jobs:
wait_for_selenium: false
debug: ${{ needs.init.outputs.debug }}

- name: Setup Composer directories
run: |
docker compose exec -T \
${{ steps.rt.outputs.runscript_container_name }} \
bash -c "mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www/.composer"
- name: 'Modify composer.json'
# Also run this if there is a transformation but composer_early is set to 'skip'
uses: 'OXID-eSales/github-actions/composer_merge@v4'
Expand Down

0 comments on commit a2d6e79

Please sign in to comment.