Skip to content

Commit d8d20a9

Browse files
blink1073lwasser
authored andcommitted
update test
1 parent 5c80e45 commit d8d20a9

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,19 @@ 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 }}
24+
- name: Check CLIs
2725
run: |
2826
set -eux
2927
pip install -e .
3028
update-contributors --help
31-
update-contributors
3229
update-reviews --help
33-
update-reviews
3430
update-review-teams --help
31+
- name: Run CLIs against website
32+
run: |
33+
git clone https://github.com/pyOpenSci/pyopensci.github.io.git
34+
cd pyopensci.github.io
35+
update-contributors
36+
update-reviews
3537
update-review-teams
3638
- name: Upload coverage reports to Codecov
3739
uses: codecov/[email protected]

0 commit comments

Comments
 (0)