Skip to content

Commit

Permalink
Merge pull request PrestaShop#61 from jolelievre/default-symfony-layout
Browse files Browse the repository at this point in the history
Use symfony layout by default when running UI tests
  • Loading branch information
jolelievre committed Jan 26, 2024
2 parents 1032aad + 1539bd4 commit 2294d7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions/checkout-prestashop/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ runs:
shell: bash

- name: Adapt Back Office layout
if: inputs.backoffice_layout == 'symfony'
if: inputs.backoffice_layout == 'legacy'
working-directory: ${{ inputs.ps_dir }}
run: |
echo PS_FF_SYMFONY_LAYOUT=true >> .env
echo PS_FF_SYMFONY_LAYOUT=false >> .env
shell: bash
4 changes: 2 additions & 2 deletions .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ on:
description: Backoffice layout
required: true
options:
- 'legacy'
- 'symfony'
default: 'legacy'
- 'legacy'
default: 'symfony'
rebase_or_merge:
type: choice
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr_test_single_campaign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ on:
description: Backoffice layout
required: true
options:
- 'legacy'
- 'symfony'
default: 'legacy'
- 'legacy'
default: 'symfony'
rebase_or_merge:
type: choice
required: true
Expand Down

0 comments on commit 2294d7f

Please sign in to comment.