Skip to content

Commit

Permalink
Disable static analyzer step in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evercoinx committed Dec 11, 2024
1 parent 411dff4 commit a119a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Check contracts with linter
run: npm run check

- name: Analyze contracts with static analyzer
run: npm run analyze:ci
# - name: Analyze contracts with static analyzer
# run: npm run analyze:ci

- name: Run unit tests
run: npm run test:ci
Expand Down

0 comments on commit a119a56

Please sign in to comment.