Skip to content

Commit

Permalink
test: move 4844 tests to sim tests (#6622)
Browse files Browse the repository at this point in the history
* Remove old 4844 sim test

* Add support for 4844 tests in sim tests

* Fix file path

* Fix merge conflict issue
  • Loading branch information
nazarhussain committed Apr 9, 2024
1 parent 7fadd30 commit 6bd9af9
Show file tree
Hide file tree
Showing 10 changed files with 348 additions and 440 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test-sim-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,6 @@ jobs:
ENGINE_PORT: 8551
ETH_PORT: 8661

# Enable the blob sims when stable images
# - name: Pull ethereumjs blobs
# run: docker pull $ETHEREUMJS_BLOBS_IMAGE

# - name: Test Lodestar <> ethereumjs blobs
# run: yarn test:sim:blobs
# working-directory: packages/beacon-node
# env:
# EL_BINARY_DIR: ${{ env.ETHEREUMJS_BLOBS_IMAGE }}
# EL_SCRIPT_DIR: ethereumjsdocker
# DEV_RUN: true

- name: Upload debug log test files
if: ${{ always() }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6bd9af9

Please sign in to comment.