Skip to content

Commit

Permalink
Update integration tests invocation to use node 8.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Jun 5, 2024
1 parent 3f8e08a commit 05e17e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,17 @@ integration-tests match:
babbage-integration-tests-match match:
LOCAL_CLUSTER_ERA=babbage \
nix shell \
'github:IntersectMBO/cardano-node?ref=8.9.2#cardano-node' \
'github:IntersectMBO/cardano-node?ref=8.9.2#cardano-cli' \
'github:IntersectMBO/cardano-node?ref=8.9.3#cardano-node' \
'github:IntersectMBO/cardano-node?ref=8.9.3#cardano-cli' \
--accept-flake-config \
-c just integration-tests "{{match}}"

# run conway integration tests matching the given pattern via nix
conway-integration-tests-match match:
LOCAL_CLUSTER_ERA=conway \
nix shell \
'github:IntersectMBO/cardano-node?ref=8.9.2#cardano-node' \
'github:IntersectMBO/cardano-node?ref=8.9.2#cardano-cli' \
'github:IntersectMBO/cardano-node?ref=8.9.3#cardano-node' \
'github:IntersectMBO/cardano-node?ref=8.9.3#cardano-cli' \
--accept-flake-config \
-c just integration-tests "{{match}}"

Expand Down

0 comments on commit 05e17e6

Please sign in to comment.