Skip to content

Commit

Permalink
TC-47 test cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Tkachev committed Dec 30, 2024
1 parent 092f3f7 commit 78b75b9
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/universal_workflow_light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1247,21 +1247,7 @@ jobs:
wait_for_selenium: false
debug: ${{ needs.init.outputs.debug }}

- 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.rt.outputs.cypress_path }}/composer.json'
backup: true
transform: |
${{ steps.rt.outputs.cypress_composer_transform }}
update: ${{ steps.rt.outputs.cypress_composer_update }}
update_options: '${{ steps.rt.outputs.cypress_composer_update_options }} -d /var/www/${{ steps.rt.outputs.cypress_path }}'
container_name: ${{ steps.rt.outputs.cypress_container_name }}
container_options: ${{ steps.rt.outputs.cypress_container_options }}
container_method: 'exec'
debug: ${{ needs.init.outputs.debug }}
github_token: ${{ secrets.enterprise_github_token || github.token }}


- name: Run composer if there is no transform
# Only run this if there is no transformation and composer_early is set to 'false'
Expand Down

0 comments on commit 78b75b9

Please sign in to comment.