Commit 84205c7 1 parent 8899f4f commit 84205c7 Copy full SHA for 84205c7
File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,10 @@ jobs:
48
48
- name : Install Dependencies
49
49
run : composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
50
50
- name : Wait for MariaDB
51
- run : until mysqladmin ping -h"127.0.0.1" --silent; do echo 'waiting for mariadb...'; sleep 5; done
52
- - name : Create Database and Tables
53
- run : |
54
- mysql -u test_user -ptest_password -h 127.0.0.1 fphp8 < path/to/your/schema.sql
55
- - name : Execute tests (Unit and Feature tests) via PHPUnit
51
+ run : until mysqladmin ping -h"127.0.0.1" --silent; do echo 'waiting for mariadb...'; sleep 5; done
52
+ - name : Create Database and Tables
53
+ run : | mysql -u test_user -ptest_password -h 127.0.0.1 fphp8 < datas/fphp8.sql
54
+ - name : Execute tests (Unit and Feature tests) via PHPUnit
56
55
env :
57
56
DATABASE_URL :
mysql://test_user:[email protected] :3306/fphp8
58
57
run : vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments