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 7614adb commit 95a5ae7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/universal_workflow_light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1256,21 +1256,6 @@ jobs:
bash -c "mkdir -p /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'
with:
file: 'source/${{ steps.cy.outputs.cypress_path }}/composer.json'
backup: true
transform: |
${{ steps.cy.outputs.cypress_composer_transform }}
update: ${{ steps.cy.outputs.cypress_composer_update }}
update_options: '${{ steps.cy.outputs.cypress_composer_update_options }} -d /var/www/${{ steps.cy.outputs.cypress_path }}'
container_name: ${{ steps.cy.outputs.cypress_container_name }}
container_options: ${{ steps.cy.outputs.cypress_container_options || '--user=www-data' }}
container_method: 'exec'
debug: ${{ needs.init.outputs.debug }}
github_token: ${{ secrets.enterprise_github_token || github.token }}
- name: Run composer if there is no transform
Expand Down

0 comments on commit 95a5ae7

Please sign in to comment.