From 78b75b9618ce3378b3af8b10401f0eade8c3c0cf Mon Sep 17 00:00:00 2001 From: Daniil Tkachev Date: Mon, 30 Dec 2024 12:08:07 +0100 Subject: [PATCH] TC-47 test cypress --- .github/workflows/universal_workflow_light.yaml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/universal_workflow_light.yaml b/.github/workflows/universal_workflow_light.yaml index 08f85b3..aa12584 100644 --- a/.github/workflows/universal_workflow_light.yaml +++ b/.github/workflows/universal_workflow_light.yaml @@ -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'