Skip to content

Commit ebe4489

Browse files
committed
chore: remove GitHub Actions section from CLAUDE.md
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 4d81c76 commit ebe4489

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

internal/endtoend/CLAUDE.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)