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 95a5ae7 commit 332eed2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/universal_workflow_light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1249,14 +1249,6 @@ jobs:
wait_for_selenium: false
debug: ${{ needs.init.outputs.debug }}

- name: Setup Composer directories
run: |
docker compose exec -T \
--user=www-data ${{ steps.cy.outputs.cypress_container_name }} \
bash -c "mkdir -p /var/www/.composer"

- name: Run composer if there is no transform
if: ${{ (steps.cy.outputs.cypress_composer_transform == '' || !steps.cy.outputs.cypress_composer_transform) && (steps.cy.outputs.cypress_composer_early == 'false' || !steps.cy.outputs.cypress_composer_early) }}
Expand Down

0 comments on commit 332eed2

Please sign in to comment.