We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8728fd1 commit 5c80e45Copy full SHA for 5c80e45
.github/workflows/run-tests.yml
@@ -21,6 +21,18 @@ jobs:
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
run: hatch run test:run-report
24
+ - name: Test CLI
25
+ env:
26
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
+ run: |
28
+ set -eux
29
+ pip install -e .
30
+ update-contributors --help
31
+ update-contributors
32
+ update-reviews --help
33
+ update-reviews
34
+ update-review-teams --help
35
+ update-review-teams
36
- name: Upload coverage reports to Codecov
37
uses: codecov/[email protected]
38
with:
0 commit comments