You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hatch run qa:integration-tests --ignore qa/test_hooks.py qa
55
+
hatch run qa:integration-tests -k "not(test_commit_hook_continue or test_commit_hook_abort or test_commit_hook_edit)" qa
56
56
env:
57
57
GITLINT_QA_USE_SH_LIB: 0
58
58
@@ -134,7 +134,7 @@ jobs:
134
134
- name: Integration tests
135
135
run: |
136
136
hatch run qa:install-local
137
-
hatch run qa:integration-tests -k "not (HookTests or test_lint_staged_stdin or test_stdin_file or test_stdin_pipe_empty)" qa
137
+
hatch run qa:integration-tests -k "not (test_commit_hook_continue or test_commit_hook_abort or test_commit_hook_edit or test_lint_staged_stdin or test_stdin_file or test_stdin_pipe_empty)" qa
0 commit comments