File tree Expand file tree Collapse file tree 1 file changed +0
-38
lines changed
Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -86,44 +86,6 @@ The native database support expects the following credentials:
8686- ** Password** : ` mysecretpassword `
8787- ** Port** : ` 3306 `
8888
89- ## GitHub Actions Setup
90-
91- For GitHub Actions, use the services directive instead of manual installation:
92-
93- ``` yaml
94- services :
95- postgres :
96- image : postgres:16
97- env :
98- POSTGRES_PASSWORD : postgres
99- ports :
100- - 5432:5432
101- options : >-
102- --health-cmd pg_isready
103- --health-interval 10s
104- --health-timeout 5s
105- --health-retries 5
106-
107- mysql :
108- image : mysql:8
109- env :
110- MYSQL_ROOT_PASSWORD : mysecretpassword
111- ports :
112- - 3306:3306
113- options : >-
114- --health-cmd "mysqladmin ping"
115- --health-interval 10s
116- --health-timeout 5s
117- --health-retries 5
118- ` ` `
119-
120- Then set environment variables:
121- ` ` ` yaml
122- env :
123- POSTGRESQL_SERVER_URI : postgres://postgres:postgres@localhost:5432/postgres?sslmode=disable
124- MYSQL_SERVER_URI : root:mysecretpassword@tcp(localhost:3306)/mysql?multiStatements=true&parseTime=true
125- ` ` `
126-
12789## Running Tests
12890
12991``` bash
You can’t perform that action at this time.
0 commit comments