Skip to content

Commit

Permalink
WIP fix for docker-load step for aleph-node-flooder
Browse files Browse the repository at this point in the history
  • Loading branch information
fixxxedpoint committed Dec 9, 2024
1 parent 0e271b9 commit f66ef07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly-normal-session-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ jobs:
token: ${{ secrets.CI_GH_TOKEN }}

- name: Build aleph-node with flooding routines for both sync-network and AlephBFT network
id: build-aleph-node-flooder
uses: ./.github/workflows/_build-aleph-node.yml
with:
production: false
Expand All @@ -345,7 +346,7 @@ jobs:
- name: Download node-flooding docker image
uses: actions/download-artifact@v4
with:
name: ${{ needs.build-aleph-node-with-network-flooding-test.outputs.artifact-name-image }}
name: ${{ steps.build-aleph-node-flooder.outputs.artifact-name-image }}

- name: Load node-flooding docker image
shell: bash
Expand Down

0 comments on commit f66ef07

Please sign in to comment.