Skip to content

Commit

Permalink
fix for build-aleph-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
fixxxedpoint committed Dec 6, 2024
1 parent 50bc47f commit f42d856
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/_build-aleph-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ on:
type: string
required: true
repository:
description: 'Repository name with owner. For example, actions/checkout. Default: ${{
github.repository }}'
description: 'Repository name with owner. For example, actions/checkout. Default:
github.repository'
required: false
type: string
default: ${{ github.repository }}
production:
description: 'Set to true to build production binary, otherwise set to false'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/nightly-normal-session-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ jobs:
uses: ./.github/workflows/_build-aleph-node.yml
with:
ref: main
repository: Cardinal-Cryptography/aleph-node-flooder
repository: [email protected]:Cardinal-Cryptography/aleph-node-flooder.git
production: false
additional-flags: "--features network_flooding_test"
secrets: inherit

build-chain-bootstrapper-production:
name: Build chain-bootstrapper
Expand Down

0 comments on commit f42d856

Please sign in to comment.