Skip to content

Commit

Permalink
Add step to CI to test deployment of contracts, and to list contracts…
Browse files Browse the repository at this point in the history
… in registries for each domain.
  • Loading branch information
derekpierre committed Aug 22, 2024
1 parent 805af9a commit da6fd11
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ jobs:
- name: Run Ape Tests
run: ape test

- name: Run Deployment Test
run: ape run ci deploy_child

- name: Run Registry Scripts to list contracts
run: |
ape run list_contracts --domain lynx
ape run list_contracts --domain tapir
ape run list_contracts --domain mainnet
- name: Build npm package
run: npm run build

Expand Down

0 comments on commit da6fd11

Please sign in to comment.