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 78b75b9 commit 285c81b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/universal_workflow_light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1248,23 +1248,6 @@ jobs:
debug: ${{ needs.init.outputs.debug }}



- name: Run composer if there is no transform
# Only run this if there is no transformation and composer_early is set to 'false'
if: ${{ steps.rt.outputs.cypress_composer_transform == '' && steps.rt.outputs.cypress_composer_early == 'false' }}
run: |
# run composer
${{ inputs.debug }}
docker compose exec -T \
${{ steps.rt.outputs.cypress_container_options }} \
${{ steps.rt.outputs.cypress_container_name }} \
composer config -g github-oauth.github.com "${{ secrets.enterprise_github_token || github.token }}"
docker compose exec -T \
${{ steps.rt.outputs.cypress_container_options }} \
${{ steps.rt.outputs.cypress_container_name }} \
composer update --no-interaction -d "/var/www/${{ steps.rt.outputs.cypress_path }}"
- name: Run composer if there is no transform
if: ${{ (steps.rt.outputs.cypress_composer_transform == '' || !steps.rt.outputs.cypress_composer_transform) && (steps.rt.outputs.cypress_composer_early == 'false' || !steps.rt.outputs.cypress_composer_early) }}
run: |
Expand Down

0 comments on commit 285c81b

Please sign in to comment.