Skip to content

Commit 83cd880

Browse files
committed
wip
1 parent 544d5f9 commit 83cd880

2 files changed

Lines changed: 8 additions & 21 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 2 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,9 @@ 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
60+
5861
- name: Validate composer.json
5962
run: composer validate --ansi --strict
6063

behat.yml.dist

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,17 @@ 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
25-
javascript_session: chromedriver
25+
javascript_session: chrome
2626
sessions:
2727
symfony:
2828
symfony: ~
29-
chromedriver:
29+
chrome:
3030
chrome:
3131
api_url: http://127.0.0.1:9222
3232
validate_certificate: false
33-
chrome_headless_second_session:
34-
chrome:
35-
api_url: http://127.0.0.1:9222
36-
validate_certificate: false
37-
panther:
38-
panther:
39-
manager_options:
40-
connection_timeout_in_ms: 5000
41-
request_timeout_in_ms: 120000
42-
chromedriver_arguments:
43-
- --log-path=etc/build/chromedriver.log
44-
- --verbose
45-
capabilities:
46-
acceptSslCerts: true
47-
acceptInsecureCerts: true
48-
unexpectedAlertBehaviour: accept
4933
show_auto: false
5034

5135
FriendsOfBehat\SymfonyExtension:

0 commit comments

Comments
 (0)