diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml
index 05faf5d..fb2831a 100644
--- a/.github/workflows/php.yml
+++ b/.github/workflows/php.yml
@@ -1,4 +1,4 @@
-name: "Boilerplate Build"
+name: "ci build"
on:
pull_request:
@@ -22,15 +22,6 @@ jobs:
extensions: intl, json, mbstring, xdebug, xml
php-version: "${{ matrix.php-versions }}"
coverage: xdebug
- - name: Shutdown Ubuntu MySQL (SUDO)
- run: sudo service mysql stop
- - name: Setup MySQL
- uses: samin/mysql-action@v1.3
- with:
- mysql version: 5.7
- mysql password: test
- mysql user: test
- mysql database: boilerplate-test
- name: Checkout
uses: actions/checkout@v2
- name: "Validate composer.json and composer.lock"
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 5add90b..e1a2fc8 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -42,11 +42,7 @@
-
-
-
-
-
-
+
+
\ No newline at end of file