Skip to content

Commit

Permalink
precommit fix MDX server (#27232)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaner authored and maimorag committed Jun 6, 2023
1 parent 8c00c2a commit 929ec36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
key: ${{ runner.os }}-pre-commit

- name: run pre-commit
run: poetry run demisto-sdk pre-commit -g --unit-test --validate --no-secrets --show-diff-on-failure
run: |
npm install
poetry run demisto-sdk pre-commit -g --unit-test --validate --no-secrets --show-diff-on-failure
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
Expand Down

0 comments on commit 929ec36

Please sign in to comment.