Skip to content

Commit 39544d2

Browse files
committed
ci(test.yml): Added file existance check for hook tests
Workflows do not seem to be running hook pytests.
1 parent becbaeb commit 39544d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ jobs:
9999
python -m pip install . --pre --group test --group doc
100100
pip list
101101
102+
- name: "Check File Existence"
103+
uses: thebinaryfelix/check-file-existence-action@v1
104+
with:
105+
files: numpydoc/tests/hooks/test_validate_hook.py
106+
102107
- name: Run test suite
103108
run: |
104109
pytest -v --pyargs numpydoc

0 commit comments

Comments
 (0)