forked from cerc-io/ipld-eth-server
Feature/update go geth sharding (#162)
* Update geth version: 1.10.18 * Upgrade to Go18 and fix broken interfaces * Update Go version in dockerfile * Update make file to download dependencies * Update go version for integration tests. * update file name * install packages. * Update gingko version and secret * Update unit test download package * Update vulcanize dependencies * Update commands for calling unit tests * Use latest version of statediff * Update go, geth, and tests * Update all the quotes * Update stack-orchestrator * Update docker-compose ref * Add ipld-eth-db locally * Deploy contracts * Update tests.yaml * Update config file properly * Fix steps for integration test after geth update Co-authored-by: nabarun <nabarun@deepstacksoft.com>
This commit is contained in:
@@ -3,9 +3,16 @@ on:
|
||||
release:
|
||||
types: [published]
|
||||
jobs:
|
||||
run-tests:
|
||||
uses: ./.github/workflows/tests.yaml
|
||||
secrets:
|
||||
BUILD_HOSTNAME: ${{ secrets.BUILD_HOSTNAME }}
|
||||
BUILD_USERNAME: ${{ secrets.BUILD_USERNAME }}
|
||||
BUILD_KEY: ${{ secrets.BUILD_KEY }}
|
||||
build:
|
||||
name: Run docker build
|
||||
runs-on: ubuntu-latest
|
||||
needs: run-tests
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Get the version
|
||||
|
||||
Reference in New Issue
Block a user