Skip to content

Commit d05bfcf

Browse files
committed
feat: activate Cardano node version '10.1.1' in e2e test in CI
1 parent 7d3ee91 commit d05bfcf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,9 @@ jobs:
290290
mode: ["std"]
291291
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras) }}
292292
next_era: [""]
293-
cardano_node_version:
294-
["9.0.0", "9.1.0", "9.1.1", "9.2.0", "9.2.1", "10.1.0-pre"]
293+
cardano_node_version: ["9.1.1", "9.2.1", "10.1.1"]
295294
hard_fork_latest_era_at_epoch: [0]
296-
run_id: ["#1"]
295+
run_id: ["#1", "#2"]
297296
extra_args: [""]
298297

299298
include:

0 commit comments

Comments
 (0)