mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Merge branch '1.12' into 1.13
* 1.12: [CI] Change the version of Chrome
This commit is contained in:
commit
799bafa315
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci_e2e-mysql.yaml
vendored
3
.github/workflows/ci_e2e-mysql.yaml
vendored
|
|
@ -168,7 +168,7 @@ jobs:
|
|||
run: composer require --no-update --no-scripts --no-interaction "twig/twig:${{ matrix.twig }}"
|
||||
|
||||
- name: Build application
|
||||
uses: SyliusLabs/BuildTestAppAction@v2.2
|
||||
uses: SyliusLabs/BuildTestAppAction@v2.2.1
|
||||
with:
|
||||
build_type: "sylius"
|
||||
cache_key: "${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-symfony-${{ matrix.symfony }}-api-platform-${{ matrix.api-platform }}"
|
||||
|
|
@ -180,6 +180,7 @@ jobs:
|
|||
php_version: ${{ matrix.php }}
|
||||
symfony_version: ${{ matrix.symfony }}
|
||||
node_version: "20.x"
|
||||
chrome_version: 1315742
|
||||
|
||||
- name: Install Behat driver
|
||||
run: vendor/bin/bdi detect drivers
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue