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 b4cd0e0 commit 86a34f0Copy full SHA for 86a34f0
1 file changed
.github/workflows/integrate.yaml
@@ -196,8 +196,8 @@ jobs:
196
- name: "Run unit tests with phpunit/phpunit"
197
run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --testsuite=unit"
198
199
- - name: "Start built-in web server for PHP"
200
- run: "php -S ${{ env.HTTP_HOST }} .router.php &"
+# - name: "Start built-in web server for PHP"
+# run: "php -S ${{ env.HTTP_HOST }} .router.php &"
201
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"
+# - name: "Run end-to-end tests with phpunit/phpunit"
+# run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --testsuite=end-to-end"
0 commit comments