Skip to content

Commit

Permalink
Fix nightly.yml nix calls (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana authored Sep 6, 2023
1 parent 334ce7b commit 1324dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Run Marlowe Finder on Preprod
run: |
nix run .#marlowe-apps-exe-marlowe-finder-ghc8107 -- \
nix run .#marlowe-finder -- \
--marlowe-runtime-host marlowe-runtime-preprod.scdev.aws.iohkdev.io \
--end-at-tip
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Run Marlowe Scaling on Preview
run: |
nix run .#marlowe-apps-exe-marlowe-scaling-ghc8107 -- \
nix run .#marlowe-scaling -- \
--marlowe-runtime-host marlowe-runtime-preview.scdev.aws.iohkdev.io \
2 \
"$(cat test-wallets/test.0.addr)=test-wallets/test.0.skey" \
Expand Down

0 comments on commit 1324dba

Please sign in to comment.