Skip to content

feat(l1): assertoor CI integration #1

feat(l1): assertoor CI integration

feat(l1): assertoor CI integration #1

Workflow file for this run

name: Assertoor Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ '*' ]
paths-ignore:
- 'README.md'
- 'LICENSE'
- "**/README.md"
- "**/docs/**"
jobs:
assertoor:

Check failure on line 14 in .github/workflows/assertoor.yaml

View workflow run for this annotation

GitHub Actions / Assertoor Tests

Invalid workflow file

The workflow is not valid. .github/workflows/assertoor.yaml (Line: 14, Col: 3): The workflow must contain at least one job with no dependencies.
name: Assertoor run
runs-on: ubuntu-latest
needs: docker-build
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@v5
with:
context: .
file: ./Dockerfile
load: true # Important for building without pushing
tags: ethereum_rust
- name: Setup kurtosis testnet and run assertoor tests
uses: ethpandaops/kurtosis-assertoor-github-action@v1
with:
ethereum_package_url: 'github.com/lambdaclass/ethereum-package'
ethereum_package_branch: 'ethereum-rust-integration'
ethereum_package_args: './test_data/network_params.yaml'