Skip to content

Commit 86128aa

Browse files
Wojdylaklruozzi9
authored andcommitted
Fix CI
1 parent f6d6c93 commit 86128aa

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
tests:
1414
runs-on: ubuntu-latest
15-
15+
1616
name: "Sylius ${{ matrix.sylius }}, PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}, MySQL ${{ matrix.mysql }}"
1717

1818
strategy:
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
php-version: "${{ matrix.php }}"
3737
extensions: intl
38-
tools: symfony, composer-require-checker, composer-unused, flex
38+
tools: composer-require-checker, composer-unused, flex, symfony
3939
coverage: none
4040

4141
- name: Setup Node
@@ -55,6 +55,12 @@ jobs:
5555
- name: Output PHP version for Symfony CLI
5656
run: php -v | head -n 1 | awk '{ print $2 }' > .php-version
5757

58+
- name: Install certificates
59+
run: symfony server:ca:install || true
60+
61+
- name: Run Chrome Headless
62+
run: google-chrome-stable --enable-automation --disable-background-networking --no-default-browser-check --no-first-run --disable-popup-blocking --disable-default-apps --allow-insecure-localhost --disable-translate --disable-extensions --no-sandbox --enable-features=Metal --headless --remote-debugging-port=9222 --window-size=2880,1800 --proxy-server='direct://' --proxy-bypass-list='*' http://127.0.0.1 > /dev/null 2>&1 &
63+
5864
- name: Validate composer.json
5965
run: composer validate --ansi --strict
6066

@@ -137,12 +143,6 @@ jobs:
137143
- name: Run PHPUnit
138144
run: vendor/bin/phpunit --colors=always
139145

140-
- name: Install certificates
141-
run: symfony server:ca:install || true
142-
143-
- name: Run Chrome Headless
144-
run: google-chrome-stable --enable-automation --disable-background-networking --no-default-browser-check --no-first-run --disable-popup-blocking --disable-default-apps --allow-insecure-localhost --disable-translate --disable-extensions --no-sandbox --enable-features=Metal --headless --remote-debugging-port=9222 --window-size=2880,1800 --proxy-server='direct://' --proxy-bypass-list='*' http://127.0.0.1 > /dev/null 2>&1 &
145-
146146
- name: Run webserver
147147
run: symfony server:start --port=8080 --daemon
148148

behat.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default:
1919
screenshot: true
2020

2121
Behat\MinkExtension:
22-
files_path: "%paths.base%/vendor/sylius/test-application/fixtures/"
22+
files_path: "%paths.base%/vendor/sylius/sylius/src/Sylius/Behat/Resources/fixtures/"
2323
base_url: "https://127.0.0.1:8080/"
2424
default_session: symfony
2525
javascript_session: chromedriver

0 commit comments

Comments
 (0)