File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
env :
55
55
CREATE_SNAPSHOTS : false
56
56
DATABASE_URL : sqlsrv://sa:Your_password123@localhost:1433/msdb
57
- run : composer test -- --group sql, eloquent
57
+ run : composer test -- --group sql --group eloquent
58
58
59
59
postgres :
60
60
runs-on : ubuntu-22.04
75
75
CREATE_SNAPSHOTS : false
76
76
DATABASE_URL : pgsql://postgres:my-secret-pw@localhost:5432/postgres?charset=utf8
77
77
run :
78
- composer test -- --group sql, eloquent
78
+ composer test -- --group sql --group eloquent
79
79
80
80
mysql :
81
81
runs-on : ubuntu-22.04
95
95
env :
96
96
CREATE_SNAPSHOTS : false
97
97
DATABASE_URL : mysql://root:my-secret-pw@127.0.0.1:3306/testing
98
- run : composer test -- --group sql, eloquent
98
+ run : composer test -- --group sql --group eloquent
99
99
100
100
mongo :
101
101
runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments