Skip to content

Commit

Permalink
chore: add solidity-docgen test step to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
danceratopz committed Jun 14, 2022
1 parent 00adbe4 commit c9cfad3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
env:
POLYGON_URL: ${{ secrets.POLYGON_URL }}

- name: Test solidity-docgen builds
run: yarn doc

- name: Deploy contract
run: yarn hardhat --network hardhat deployOffsetHelper --verify false
env:
Expand Down

0 comments on commit c9cfad3

Please sign in to comment.