7777 echo "{}" > public/build/app/shop/manifest.json
7878
7979 - name : Build application
80- uses : SyliusLabs/BuildTestAppAction@v2.3
80+ uses : SyliusLabs/BuildTestAppAction@v2.4
8181 with :
8282 build_type : " sylius"
8383 cache_key : " ${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-symfony-${{ matrix.symfony }}"
8989 php_version : ${{ matrix.php }}
9090 symfony_version : ${{ matrix.symfony }}
9191 node_version : " 20.x"
92+ chrome_version : ' 137'
9293
9394 - name : Fix permissions for Symfony logs directory
9495 run : |
@@ -162,7 +163,7 @@ jobs:
162163 run : composer require --no-update --no-scripts --no-interaction "twig/twig:${{ matrix.twig }}"
163164
164165 - name : Build application
165- uses : SyliusLabs/BuildTestAppAction@v2.3
166+ uses : SyliusLabs/BuildTestAppAction@v2.4
166167 with :
167168 build_type : " sylius"
168169 cache_key : " ${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-symfony-${{ matrix.symfony }}"
@@ -174,6 +175,7 @@ jobs:
174175 php_version : ${{ matrix.php }}
175176 symfony_version : ${{ matrix.symfony }}
176177 node_version : " 20.x"
178+ chrome_version : ' 137'
177179
178180 - name : Run Behat (Chromedriver)
179181 run : vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@mink:chromedriver&&~@todo&&~@cli" --suite-tags="@hybrid,@ui" || vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@mink:chromedriver&&~@todo&&~@cli" --suite-tags="@hybrid,@ui" --rerun || vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@mink:chromedriver&&~@todo&&~@cli" --suite-tags="@hybrid,@ui" --rerun
@@ -229,7 +231,7 @@ jobs:
229231 run : composer require --no-update --no-scripts --no-interaction "twig/twig:${{ matrix.twig }}"
230232
231233 - name : Build application
232- uses : SyliusLabs/BuildTestAppAction@v2.3
234+ uses : SyliusLabs/BuildTestAppAction@v2.4
233235 with :
234236 build_type : " sylius"
235237 cache_key : " ${{ github.run_id }}-${{ runner.os }}-${{ hashFiles('composer.json') }}-symfony-${{ matrix.symfony }}"
@@ -241,9 +243,7 @@ jobs:
241243 php_version : ${{ matrix.php }}
242244 symfony_version : ${{ matrix.symfony }}
243245 node_version : " 20.x"
244-
245- - name : Install Behat driver
246- run : vendor/bin/bdi detect drivers
246+ chrome_version : ' 137'
247247
248248 - name : Run Behat (Panther)
249249 run : vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@javascript&&~@todo&&~@cli" --suite-tags="@hybrid,@ui" || vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@javascript&&~@todo&&~@cli" --suite-tags="@hybrid,@ui" --rerun || vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@javascript&&~@todo&&~@cli" --suite-tags="@hybrid,@ui" --rerun
0 commit comments