Skip to content

Commit 18cac86

Browse files
committed
fix: stabilize cardano_node_version input to matrix for multi-version testing
1 parent b84d255 commit 18cac86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-backward-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
tag: ${{ fromJSON(needs.prepare-binaries.outputs.tags) }}
6565
node:
6666
[mithril-aggregator, mithril-client, mithril-signer, mithril-relay]
67-
cardano_node_version: ${{ inputs.cardano-node-version }}
67+
cardano_node_version: ${{ fromJSON(inputs.cardano-node-version) }}
6868
run_id: ["#1"]
6969

7070
steps:

0 commit comments

Comments
 (0)