Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Mar 7, 2022
1 parent f19f913 commit 33032e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
restore-keys: npm-v2-
- run: npm ci
if: steps.cache.outputs.cache-hit != 'true'
- run: npm run prepare
- run: npm run lint
- run: npm run test
env:
Expand All @@ -50,6 +51,7 @@ jobs:
restore-keys: npm-v2-
- run: npm ci
if: steps.cache.outputs.cache-hit != 'true'
- run: npm run prepare
- run: npm run coverage
env:
NODE_OPTIONS: --max_old_space_size=4096
Expand All @@ -70,9 +72,9 @@ jobs:
restore-keys: npm-v2-
- run: npm ci
if: steps.cache.outputs.cache-hit != 'true'
- run: npm run prepare
- name: Set up Python
uses: actions/setup-python@v2

- name: Install dependencies
run: pip3 install slither-analyzer
- name: Summary of static analysis
Expand Down

0 comments on commit 33032e6

Please sign in to comment.