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 5c80e45 commit d8d20a9Copy full SHA for d8d20a9
.github/workflows/run-tests.yml
@@ -21,17 +21,19 @@ 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 }}
+ - name: Check CLIs
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
+ - name: Run CLIs against website
+ run: |
+ git clone https://github.com/pyOpenSci/pyopensci.github.io.git
+ cd pyopensci.github.io
35
+ update-contributors
36
+ update-reviews
37
update-review-teams
38
- name: Upload coverage reports to Codecov
39
uses: codecov/[email protected]
0 commit comments