mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Update tests.yml
This commit is contained in:
parent
6fa3942c66
commit
456cfd5a0e
1 changed files with 7 additions and 7 deletions
14
.github/workflows/tests.yml
vendored
14
.github/workflows/tests.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
APP_ENV: test
|
APP_ENV: test
|
||||||
SYMFONY_DEPRECATIONS_HELPER: disabled
|
SYMFONY_DEPRECATIONS_HELPER: disabled
|
||||||
DATABASE_URL: 'mysql://root:1234@127.0.0.1:3306/part-db_test'
|
DATABASE_URL: 'mysql://root:root@127.0.0.1:3306/test'
|
||||||
PHP_VERSION: ${{ matrix.php-versions }}
|
PHP_VERSION: ${{ matrix.php-versions }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -35,12 +35,12 @@ jobs:
|
||||||
coverage: pcov
|
coverage: pcov
|
||||||
extensions: mbstring, intl, gd, xsl, gmp, bcmath
|
extensions: mbstring, intl, gd, xsl, gmp, bcmath
|
||||||
|
|
||||||
- name: Setup MySQL
|
#- name: Setup MySQL
|
||||||
uses: mirromutth/mysql-action@v1.1
|
# uses: mirromutth/mysql-action@v1.1
|
||||||
with:
|
# with:
|
||||||
mysql version: 5.7
|
# mysql version: 5.7
|
||||||
mysql database: 'part-db'
|
# mysql database: 'part-db'
|
||||||
mysql root password: '1234'
|
# mysql root password: '1234'
|
||||||
|
|
||||||
## Setup caches
|
## Setup caches
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue