Skip to content

Commit 5c80e45

Browse files
blink1073lwasser
authored andcommitted
test cli on pull requests
1 parent 8728fd1 commit 5c80e45

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ jobs:
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
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
2436
- name: Upload coverage reports to Codecov
2537
uses: codecov/[email protected]
2638
with:

0 commit comments

Comments
 (0)