Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate hardhat #92

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '12'
check-latest: true
- name: Cache npm dependencies
uses: actions/cache@v1
with:
Expand All @@ -27,4 +30,4 @@ jobs:
- name: Install npm dependencies
run: npm install
- name: Run tests
run: npm run test:ci
run: npm run test:ci
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
build
artifacts
.DS_Store

# Committing artifacts so they can be accessed from other projects
Expand Down
1 change: 0 additions & 1 deletion artifacts/BaseChildTunnel.json

This file was deleted.

1 change: 0 additions & 1 deletion artifacts/BaseRootTunnel.json

This file was deleted.

1 change: 0 additions & 1 deletion artifacts/ChainExitERC1155Predicate.json

This file was deleted.

1 change: 0 additions & 1 deletion artifacts/ChainExitERC1155PredicateProxy.json

This file was deleted.

1 change: 0 additions & 1 deletion artifacts/ChildChainManager.json

This file was deleted.