Skip to content
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/actions/run-e2e-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,3 @@ runs:
if: inputs.follow-up-finalization-check == 'true'
shell: bash
run: ./.github/scripts/run_e2e_test.sh -t finalization -m "${{ inputs.min-validator-count }}"

- name: Print debug if failed
if: ${{ failure() }}
shell: bash
run: |
cd bin/cliain
cargo run -- --seed //Alice debug-storage
2 changes: 1 addition & 1 deletion .github/scripts/run_e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function set_randomized_test_params {

ARGS=(
--network "container:Node0"
-e NODE_URL="127.0.0.1:9943"
-e NODE_URL="ws://127.0.0.1:9943"
-e RUST_LOG=info
)

Expand Down
Loading