Skip to content

Commit

Permalink
Update github ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evercoinx committed Jan 14, 2025
1 parent f7e5ffe commit d777305
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ on:
branches:
- "**"
jobs:
test:
ci:
runs-on: ubuntu-latest
env:
ETHEREUM_API_KEY: ${{ secrets.ETHEREUM_API_KEY }}
strategy:
matrix:
node-version: ["20.15.x"]
Expand Down Expand Up @@ -54,11 +56,12 @@ 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
if: false
run: npm run analyze:ci

# - name: Run unit tests
# run: npm run test:ci
- name: Run unit tests
run: npm run test:ci

- name: Deploy contracts into hardhat network
run: make hardhat
Expand Down

0 comments on commit d777305

Please sign in to comment.