Skip to content

Commit

Permalink
add gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Jul 24, 2024
1 parent f7256b3 commit fa3d0dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/local-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
run: ./stop_local_testnet.sh local-blinded
working-directory: scripts/local_testnet

- name: Start local testnet and run assertoor tests
- uses: ethpandaops/kurtosis-assertoor-github-action@v1
with:
ethereum_package_args: 'scripts/local_testnet/network_params.yml'

- name: Upload logs artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit fa3d0dd

Please sign in to comment.