fix: migration of ethereum-package to ethpandaops (#8797)

This commit is contained in:
Barnabas Busa
2024-06-13 14:10:43 +02:00
committed by GitHub
parent ce5c6e948a
commit 9cfd588a72
2 changed files with 8 additions and 8 deletions

View File

@ -33,7 +33,7 @@ jobs:
cat etc/assertoor/assertoor-template.yaml | envsubst > etc/assertoor/assertoor.yaml
kurtosis run github.com/kurtosis-tech/ethereum-package --enclave assertoor-${{ github.run_id }} --args-file etc/assertoor/assertoor.yaml
kurtosis run github.com/ethpandaops/ethereum-package --enclave assertoor-${{ github.run_id }} --args-file etc/assertoor/assertoor.yaml
enclave_dump=$(kurtosis enclave inspect assertoor-${{ github.run_id }})