Skip to content

Commit

Permalink
run intergration test and unit test in tidb-cse-7.5
Browse files Browse the repository at this point in the history
Signed-off-by: iosmanthus <[email protected]>
  • Loading branch information
iosmanthus committed Dec 22, 2023
1 parent ca50a26 commit 605dbe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Integration Test

on:
push:
branches: [ master ]
branches: [ master, tidb-cse-7.5 ]
pull_request:
branches: [ master ]
branches: [ master, tidb-cse-7.5 ]

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Unit Test

on:
push:
branches: [ master ]
branches: [ master, tidb-cse-7.5 ]
pull_request:
branches: [ master ]
branches: [ master, tidb-cse-7.5 ]

jobs:
test:
Expand Down

0 comments on commit 605dbe8

Please sign in to comment.