Skip to content

Commit

Permalink
ci: fix tests for cardano-cli 10.3.0.0 as release
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Jan 29, 2025
1 parent 2be0f44 commit 1744117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix-jobs-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
rm -rf workbench
for i in ${JOBS[@]}; do
echo "Running nix job .#$i"
if [ "$UNSTABLE" = "true" ] && [ "$i" = "job-gen-custom-node-config-data" ]; then
if [ "$i" = "job-gen-custom-node-config-data" ]; then
ERA_CMD="conway" nix run ".#$i"
else
nix run ".#$i"
Expand Down

0 comments on commit 1744117

Please sign in to comment.