Add test-unit-proto CI job (#6858)
This commit is contained in:
parent
bb8aabd4e1
commit
0201b94713
|
@ -188,3 +188,9 @@ jobs:
|
|||
with:
|
||||
file: ./coverage.txt
|
||||
if: "env.GIT_DIFF != ''"
|
||||
test-unit-proto-expected-to-fail:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: test-unit-proto
|
||||
run: make test-unit-proto
|
||||
|
|
Loading…
Reference in New Issue