Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Jul 26, 2022
1 parent f514198 commit 3099471
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
- name: Run tests tidb_v5.0.1 up
run: |
PYTHONPATH="${PYTHONPATH}:dbt" pytest test/integration/tidb_v5.1-v5.2.py
PYTHONPATH="${PYTHONPATH}:dbt" pytest test/integration/tidb_v5_1_v5_2.py
- name: Run tests tidb_v4.0.0 up
run: |
PYTHONPATH="${PYTHONPATH}:dbt" pytest test/integration/tidb_v4.0-v5.0.py
PYTHONPATH="${PYTHONPATH}:dbt" pytest test/integration/tidb_v4_0_v5_0.py
File renamed without changes.
File renamed without changes.

0 comments on commit 3099471

Please sign in to comment.