Skip to content

Commit

Permalink
fix: fix unit test ci (#1620)
Browse files Browse the repository at this point in the history
Co-authored-by: jiayongfei <[email protected]>
  • Loading branch information
JiaYongfei and jiayongfei authored Oct 8, 2021
1 parent 9e47f63 commit df4d5ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
name: unit test
runs-on: self-hosted
steps:
- name: checkout
uses: actions/checkout@v2
- name: unit test
run: |
ginkgo -r -nodes=5 -v pkg

0 comments on commit df4d5ac

Please sign in to comment.