Skip to content

Commit 86a34f0

Browse files
markrandallderickr
authored andcommitted
Skip running end-to-end tests that require the booted router.
1 parent b4cd0e0 commit 86a34f0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/integrate.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ jobs:
196196
- name: "Run unit tests with phpunit/phpunit"
197197
run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --testsuite=unit"
198198

199-
- name: "Start built-in web server for PHP"
200-
run: "php -S ${{ env.HTTP_HOST }} .router.php &"
199+
# - name: "Start built-in web server for PHP"
200+
# run: "php -S ${{ env.HTTP_HOST }} .router.php &"
201201

202-
- name: "Run end-to-end tests with phpunit/phpunit"
203-
run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --testsuite=end-to-end"
202+
# - name: "Run end-to-end tests with phpunit/phpunit"
203+
# run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --testsuite=end-to-end"

0 commit comments

Comments
 (0)