We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2310cf8 commit 321e749Copy full SHA for 321e749
.github/workflows/ci.yml
@@ -85,5 +85,9 @@ jobs:
85
- name: Install Playwright (${{ matrix.browser }})
86
run: npx playwright install --with-deps ${{ matrix.browser }}
87
88
+ - name: Start Mink test server
89
+ run: vendor/bin/mink-test-server > mink-test-server.log 2>&1 &
90
+ shell: bash
91
+
92
- name: PHPUnit (Mink driver testsuite)
93
run: vendor/bin/phpunit --colors=always
0 commit comments