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.
2 parents ed5afa4 + 162fae4 commit 577418bCopy full SHA for 577418b
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install Hooktest
29
run: pip3 install HookTest
30
- name: Run Hooktest
31
- run: hooktest ./ --console --scheme epidoc --workers 3 --verbose 10 --manifest --countword --allowfailure
+ run: hooktest ./ --console --scheme epidoc --workers 3 --verbose 10 --manifest --countword
32
# Include manifest.txt as a job artifact so we can re-use it when creating the release.
33
- name: Export manifest.txt
34
id: export_manifest
0 commit comments