Skip to content

Commit

Permalink
Add kurtosis test runs to client-build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scorbajio committed May 15, 2024
1 parent bc648e7 commit df75907
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/client-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,13 @@ jobs:
working-directory: ${{github.workspace}}

- run: cd ${{github.workspace}}/packages/client && npx vitest run test/cli/cli

assertoor:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Kurtosis Assertoor GitHub Action
uses: ethpandaops/kurtosis-assertoor-github-action@v1
with:
ethereum_package_args: ./kurtosis-args.yaml
16 changes: 16 additions & 0 deletions .github/workflows/kurtosis-args.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
participants:
- el_type: geth
cl_type: lighthouse
count: 1
- el_type: geth
cl_type: lodestar
count: 1
additional_services:
- assertoor
- dora
assertoor_params:
run_stability_check: false
run_block_proposal_check: false
tests:
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/block-proposal-check.yaml
- https://raw.githubusercontent.com/ethpandaops/assertoor-test/master/assertoor-tests/all-opcodes-test.yaml

0 comments on commit df75907

Please sign in to comment.