Skip to content

Commit

Permalink
Pass arguments correctly to nix run
Browse files Browse the repository at this point in the history
  • Loading branch information
noonio committed Sep 13, 2024
1 parent 6786bbf commit 6c82eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/network-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:
--node-socket devnet/node.socket \
--cardano-signing-key devnet/credentials/faucet.sk)
echo "HYDRA_SCRIPTS_TX_ID=$HYDRA_SCRIPTS_TX_ID" >> .env
echo "HYDRA_SCRIPTS_TX_ID=$HYDRA_SCRIPTS_TX_ID" > .env
nix run .#cardano-cli query protocol-parameters \
nix run .#cardano-cli -- query protocol-parameters \
--socket-path devnet/node.socket \
--out-file /dev/stdout \
| jq ".txFeeFixed = 0 | .txFeePerByte = 0 | .executionUnitPrices.priceMemory = 0 | .executionUnitPrices.priceSteps = 0" \
Expand Down

0 comments on commit 6c82eb7

Please sign in to comment.