Skip to content

Commit

Permalink
add test-integration-erigon.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Modolo committed Nov 7, 2024
1 parent 96a467c commit d4c8e51
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test-integration-erigon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
push:
branches:
- test-integration-michele
# - main
# - 'release/**'
- main
- 'release/**'
pull_request:
branches:
# - main
- main
types:
- opened
- reopened
Expand All @@ -25,7 +25,9 @@ jobs:
os:
- ubuntu-22.04
- macos-14
# Performance vs. cost will be assessed and only one runner will eventually be left
- ubuntu-latest-erigontests-large
- ubuntu-latest-erigontests-xlarge
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -38,7 +40,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '1.23'
cache: ${{ contains(fromJSON('["refs/heads/main"]'), github.ref) }}
cache: ${{ contains(fromJSON('["refs/heads/main","refs/heads/release/2.60","refs/heads/release/2.61"]'), github.ref) }}
- name: Install dependencies on Linux
if: runner.os == 'Linux'
run: sudo apt update && sudo apt install build-essential
Expand Down

0 comments on commit d4c8e51

Please sign in to comment.