Skip to content

Commit

Permalink
Updated testing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-b committed Oct 25, 2024
1 parent 577165c commit d253e4f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/dashboard_experiments_nethermind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@ on:
workflow_dispatch:
push:
branches:
- feat/add-prague-timestamps
- feat/gnosis-rpc-combat
pull_request:
branches:
- feat/add-prague-timestamps
- feat/gnosis-rpc-combat
types: [ closed ]

jobs:
hive-run:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: stable

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Install Linux packages
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: feat/add-prague-timestamps
ref: feat/gnosis-rpc-combat

- name: Download dependencies
run: go get -v ./...
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Run Erigon Withdrawals tests
continue-on-error: true
run: |
HIVE_TTD_ENABLED=false ./hive --sim ethereum/gnosis-engine-jq --sim.limit="withdrawals" --client nethermind-gnosis --results-root=${{ github.workspace }}/runs --loglevel=5 --sim.loglevel=5 --client.checktimelimit=10m --sim.parallelism=10 --docker.output
HIVE_TTD_ENABLED=false ./hive --sim gnosis/rpc-compat --sim.limit="rpc-compat" --client nethermind-gnosis --results-root=${{ github.workspace }}/runs --loglevel=5 --sim.loglevel=5 --client.checktimelimit=10m --sim.parallelism=10 --docker.output
- name: Send file over SSH
if: always()
Expand Down

0 comments on commit d253e4f

Please sign in to comment.