Skip to content

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Aug 18, 2022
1 parent 0cdb5d7 commit f019ce6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- name: Run tests
run: |
export TIDB_TEST_PORT=4001
PYTHONPATH=. pytest tests/functional/adapter/utils/test_util.py
PYTHONPATH=. pytest tests/functional/adapter/basic/test_tidb_v5_1_v5_2.py
Expand Down Expand Up @@ -111,6 +112,7 @@ jobs:
- name: Run tests
run: |
export TIDB_TEST_PORT=4002
PYTHONPATH=. pytest tests/functional/adapter/utils/test_util.py
PYTHONPATH=. pytest tests/functional/adapter/basic/test_tidb_v4_0_v5_0.py
Expand Down

0 comments on commit f019ce6

Please sign in to comment.