Skip to content

Commit

Permalink
ci: test devnet setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Raneet10 committed Jan 8, 2024
1 parent 914574b commit 2390b72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/matic-cli-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defaultFee: 2000
borChainId: 15001
heimdallChainId: heimdall-15001
contractsBranch: mardizzone/node-16
genesisContractsBranch: master
genesisContractsBranch: raneet10/add-state-sync-delay
sprintSize:
- '64'
blockNumber:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- "master"
- "qa"
- "develop"
- "raneet10/ci-test-amoy"
pull_request:
branches:
- "**"
Expand Down Expand Up @@ -106,7 +107,7 @@ jobs:

- name: Test
run: make test

- uses: actions/upload-artifact@v2
with:
name: unitTest-coverage
Expand Down Expand Up @@ -217,7 +218,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16.17.1'
node-version: '18.19.0'
cache: 'npm'
cache-dependency-path: |
matic-cli/package-lock.json
Expand All @@ -231,7 +232,7 @@ jobs:
npm install --prefer-offline --no-audit --progress=false
mkdir devnet
cd devnet
../bin/matic-cli setup devnet -c ../../bor/.github/matic-cli-config.yml
../bin/matic-cli.js setup devnet -c ../../bor/.github/matic-cli-config.yml
- name: Launch devnet
run: |
Expand Down

0 comments on commit 2390b72

Please sign in to comment.