Skip to content

Commit 321e749

Browse files
committed
Start Mink test server before test
1 parent 2310cf8 commit 321e749

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,9 @@ jobs:
8585
- name: Install Playwright (${{ matrix.browser }})
8686
run: npx playwright install --with-deps ${{ matrix.browser }}
8787

88+
- name: Start Mink test server
89+
run: vendor/bin/mink-test-server > mink-test-server.log 2>&1 &
90+
shell: bash
91+
8892
- name: PHPUnit (Mink driver testsuite)
8993
run: vendor/bin/phpunit --colors=always

0 commit comments

Comments
 (0)