Skip to content

chore(deps-dev): bump credo from 1.7.8 to 1.7.9 #52

chore(deps-dev): bump credo from 1.7.8 to 1.7.9

chore(deps-dev): bump credo from 1.7.8 to 1.7.9 #52

Workflow file for this run

name: Assertoor tests
on:
push:
branches: [ main ]
pull_request:
branches: [ '*' ]
paths-ignore:
- 'docs/**'
- '.all-contributorsrc'
- 'README.md'
- 'LICENSE'
- 'metrics/**'
jobs:
ethereum-testnet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Docker image
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
tags: lambda_ethereum_consensus:latest
load: true # Important for building without pushing
- name: Setup kurtosis testnet and run assertoor tests
uses: ethpandaops/kurtosis-assertoor-github-action@v1
with:
kurtosis_version: '1.3.1'
ethereum_package_url: 'github.com/lambdaclass/ethereum-package'
ethereum_package_branch: 'lecc-integration-and-assertoor'
ethereum_package_args: './assertoor-config.yml'
# Additional configurations as needed