Skip to content

Commit b8197a5

Browse files
committed
Try to fix
1 parent a89d417 commit b8197a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/hydra/demo.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@
197197
echo "Testing cardano-node..."
198198
cardano-node --version
199199
200-
echo "--- Testing demo setup"
201-
${pkgs.bash}/bin/bash ${self}/demo/prepare-devnet.sh
202200
echo "✅ Demo setup completed successfully"
203201
204202
echo "--- Testing that devnet files exist"
@@ -213,6 +211,8 @@
213211
hydra-node --version
214212
'';
215213
};
214+
# Ensure test starts only after devnet has been prepared
215+
depends_on."prepare-devnet".condition = "process_completed";
216216
};
217217
};
218218
};

0 commit comments

Comments
 (0)