Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wd0517 committed Apr 22, 2024
1 parent 971a027 commit 3173999
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
pull_request:
push:
branches:
- main
- 'wd/debug-action'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -53,5 +53,9 @@ jobs:
sudo apt-get update
sudo apt-get install -y libmemcached-dev zlib1g-dev
- name: echo env
run: |
echo $TEST_TIDB_HOST
- name: Run tests
run: tox

0 comments on commit 3173999

Please sign in to comment.