Skip to content

Commit 5180688

Browse files
blink1073lwasser
authored andcommitted
clean up tests
1 parent 9d2a8f2 commit 5180688

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,12 @@ jobs:
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
run: hatch run test:run-report
24-
- name: Check CLIs
24+
- name: Run CLIs against website
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
run: |
2828
set -eux
2929
pip install -e .
30-
update-contributors --help
31-
update-reviews --help
32-
update-review-teams --help
33-
- name: Run CLIs against website
34-
env:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
run: |
3730
git clone https://github.com/pyOpenSci/pyopensci.github.io.git
3831
cd pyopensci.github.io
3932
update-contributors

0 commit comments

Comments
 (0)