Skip to content

Commit b333551

Browse files
authored
[CI] Bump BuildTestAppAction from v2.4 to 3.0.1 (#18441)
## Summary - Updated all E2E workflow files (MariaDB, MySQL, PostgreSQL, Unstable, Frontend) to use BuildTestAppAction v3.0.1 instead of v2.4 - Changed the server protocol for JS behats to HTTP <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated CI build tooling to a fixed, updated action revision (v3.0.1) across frontend and end-to-end workflows for MySQL, MariaDB, PostgreSQL and unstable environments. * Added chrome_version: stable parameter in relevant MySQL end-to-end jobs. * Standardized test server config to use plain HTTP for local test runs (Behat base URL changed to http://127.0.0.1:8080/). <!-- end of auto-generated comment: release notes by coderabbit.ai -->
2 parents edfe0bb + 1e542d4 commit b333551

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci_e2e-mariadb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
api-platform/validator:${REQ}
118118
119119
- name: Build application
120-
uses: SyliusLabs/BuildTestAppAction@v2.4
120+
uses: SyliusLabs/BuildTestAppAction@v3.0.1
121121
with:
122122
build_type: "sylius"
123123
cache_key: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-php-${{ matrix.php }}-symfony-${{ matrix.symfony }}-apip-${{ matrix.api_platform || 'none' }}-"

.github/workflows/ci_e2e-mysql.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
echo "{}" > public/build/app/shop/manifest.json
9696
9797
- name: Build application
98-
uses: SyliusLabs/BuildTestAppAction@v2.4
98+
uses: SyliusLabs/BuildTestAppAction@v3.0.1
9999
with:
100100
build_type: "sylius"
101101
cache_key: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-symfony-${{ matrix.symfony }}"
@@ -193,7 +193,7 @@ jobs:
193193
run: composer require --no-update --no-scripts --no-interaction "twig/twig:${{ matrix.twig }}"
194194

195195
- name: Build application
196-
uses: SyliusLabs/BuildTestAppAction@v2.4
196+
uses: SyliusLabs/BuildTestAppAction@v3.0.1
197197
with:
198198
build_type: "sylius"
199199
cache_key: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-symfony-${{ matrix.symfony }}"
@@ -283,7 +283,7 @@ jobs:
283283

284284
- name: Build application for Full 1.14 build
285285
if: "${{ inputs.branch == '1.14' }}"
286-
uses: SyliusLabs/BuildTestAppAction@v2.3
286+
uses: SyliusLabs/BuildTestAppAction@v3.0.1
287287
with:
288288
build_type: "sylius"
289289
cache_key: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-symfony-${{ matrix.symfony }}"
@@ -298,7 +298,7 @@ jobs:
298298

299299
- name: Build application
300300
if: "${{ inputs.branch != '1.14' }}"
301-
uses: SyliusLabs/BuildTestAppAction@v2.4
301+
uses: SyliusLabs/BuildTestAppAction@v3.0.1
302302
with:
303303
build_type: "sylius"
304304
cache_key: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-symfony-${{ matrix.symfony }}"

.github/workflows/ci_e2e-pgsql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
echo "{}" > public/build/app/shop/manifest.json
9292
9393
- name: Build application
94-
uses: SyliusLabs/BuildTestAppAction@v2.4
94+
uses: SyliusLabs/BuildTestAppAction@v3.0.1
9595
with:
9696
build_type: "sylius"
9797
cache_key: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-php-${{ matrix.php }}-symfony-${{ matrix.symfony }}-"

.github/workflows/ci_e2e-unstable.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "{}" > public/build/app/shop/manifest.json
5454
5555
- name: Build application
56-
uses: SyliusLabs/BuildTestAppAction@v2.4
56+
uses: SyliusLabs/BuildTestAppAction@v3.0.1
5757
with:
5858
build_type: "sylius"
5959
cache_key: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-php-${{ matrix.php }}-symfony-${{ matrix.symfony }}-"
@@ -133,7 +133,7 @@ jobs:
133133
composer config prefer-stable true
134134
135135
- name: Build application
136-
uses: SyliusLabs/BuildTestAppAction@v2.4
136+
uses: SyliusLabs/BuildTestAppAction@v3.0.1
137137
with:
138138
build_type: "sylius"
139139
cache_key: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-symfony-${{ matrix.symfony }}"
@@ -214,7 +214,7 @@ jobs:
214214
composer config prefer-stable true
215215
216216
- name: Build application
217-
uses: SyliusLabs/BuildTestAppAction@v2.4
217+
uses: SyliusLabs/BuildTestAppAction@v3.0.1
218218
with:
219219
build_type: "sylius"
220220
cache_key: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-symfony-${{ matrix.symfony }}"

.github/workflows/ci_frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: actions/checkout@v4
7474

7575
- name: Build application
76-
uses: SyliusLabs/BuildTestAppAction@v2.4
76+
uses: SyliusLabs/BuildTestAppAction@v3.0.1
7777
with:
7878
build_type: "sylius"
7979
e2e_js: "yes"

behat.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ default:
2424

2525
Behat\MinkExtension:
2626
files_path: "%paths.base%/src/Sylius/Behat/Resources/fixtures/"
27-
base_url: "https://127.0.0.1:8080/"
27+
base_url: "http://127.0.0.1:8080/"
2828
default_session: symfony
2929
javascript_session: panther
3030
sessions:

0 commit comments

Comments
 (0)