Skip to content

Commit

Permalink
ss
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanoOo committed Aug 29, 2024
1 parent 452f5d5 commit fe6c9be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: start ob docker
run: |
docker run -p 2881:2881 -e MODE=slim -e OB_SYS_PASSWORD=123456 -e OB_TENANT_PASSWORD=123456 oceanbase/oceanbase-ce
docker run -p 2881:2881 -e MODE=slim -e OB_SYS_PASSWORD=123456 -e OB_TENANT_PASSWORD=123456 oceanbase/oceanbase-ce -d
- name: Set up python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ oracle_db_link2 = test_link2

[db]
# default = sqlite:///:memory:
# default = mysql+pymysql://test@tt1:test@11.162.218.141:5858/test?charset=utf8mb4
;default = mysql+pymysql://test@tt1:test@11.162.218.141:5858/test?charset=utf8mb4
default = mysql+pymysql://root@test:123456@localhost:2881/test?charset=utf8mb4
sqlite = sqlite:///:memory:
sqlite_numeric = sqlite+pysqlite_numeric:///:memory:
Expand Down

0 comments on commit fe6c9be

Please sign in to comment.