change ci params

This commit is contained in:
Arpit Temani 2022-11-15 22:06:12 +05:30
parent 1832134a42
commit 2b84185173
2 changed files with 5 additions and 6 deletions

View file

@ -2,9 +2,8 @@ defaultStake: 10000
defaultFee: 2000 defaultFee: 2000
borChainId: "15001" borChainId: "15001"
heimdallChainId: heimdall-15001 heimdallChainId: heimdall-15001
contractsBranch: mardizzone/node-upgrade contractsBranch: jc/v0.3.1-backport
sprintSize: '64' sprintSize: 64
sprintSizeBlockNumber: '0'
blockNumber: '0' blockNumber: '0'
blockTime: '2' blockTime: '2'
numOfValidators: 3 numOfValidators: 3

View file

@ -98,13 +98,13 @@ jobs:
- uses: actions/setup-go@v3 - uses: actions/setup-go@v3
with: with:
go-version: 1.19.x go-version: 1.18.x
- name: Checkout matic-cli - name: Checkout matic-cli
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: maticnetwork/matic-cli repository: maticnetwork/matic-cli
ref: arpit/pos-655 ref: arpit/pos-655-2
path: matic-cli path: matic-cli
- name: Install dependencies on Linux - name: Install dependencies on Linux
@ -119,7 +119,7 @@ jobs:
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: '16.17.1' node-version: '10.17.0'
cache: 'npm' cache: 'npm'
cache-dependency-path: | cache-dependency-path: |
matic-cli/package-lock.json matic-cli/package-lock.json