Merge PR #6033: Add setup for cli_test
This commit is contained in:
@@ -49,3 +49,10 @@ jobs:
|
||||
file: ./coverage.txt # optional
|
||||
fail_ci_if_error: true
|
||||
if: "env.GIT_DIFF != ''"
|
||||
cli-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: cli-test
|
||||
run: |
|
||||
make cli-test
|
||||
Reference in New Issue
Block a user