Skip to content

Commit 579e051

Browse files
mmhwkobymeir
andauthored
[pre-commit - branch builds] Run in nightly mode (#30155)
* First commit * Add demistomock.py to exclude in mypy * Revert mistake --------- Co-authored-by: Koby Meir <[email protected]>
1 parent 89be2af commit 579e051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: run pre-commit
3737
run: |
3838
source .venv/bin/activate
39-
demisto-sdk pre-commit -g --unit-test --validate --no-secrets --show-diff-on-failure --verbose
39+
demisto-sdk pre-commit -g --unit-test --validate --no-secrets --show-diff-on-failure --verbose --mode=nightly
4040
4141
- name: Publish Test Report
4242
uses: mikepenz/action-junit-report@v3

0 commit comments

Comments
 (0)