Skip to content

Commit

Permalink
ci: add scenario tests (cloudwego#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsjbd authored Dec 24, 2021
1 parent a5f0abd commit b5d05b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Scenario Tests
run: |
cd ..
git clone https://github.com/cloudwego/kitex-tests.git
cd kitex-tests
./run.sh ${{github.workspace}}

0 comments on commit b5d05b3

Please sign in to comment.