Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed May 29, 2023
1 parent 74e7021 commit a7223aa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/__iogx__/nightly.yml
Expand Up @@ -6,6 +6,9 @@ env:
SUBSTITUTERS: "https://cache.nixos.org/ https://cache.iog.io https://marlowe-temp.cachix.org https://cache.zw3rk.com/"

on:
schedule:
# Run at 00:00 UTC every day
- cron: 0 0 * * *
# Allow running manually
workflow_dispatch:

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/__iogx__/test.yml
Expand Up @@ -5,8 +5,10 @@ env:
TRUSTED_PUBLIC_KEYS: "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= marlowe-temp.cachix.org-1:1gPjVFpu4QjaAT3tRurCioX+BC23V7mjvFwpP5bV0Ec= loony-tools:pr9m4BkM/5/eSTZlkQyRt57Jz7OMBxNSUiMC4FkcNfk="
SUBSTITUTERS: "https://cache.nixos.org/ https://cache.iog.io https://marlowe-temp.cachix.org https://cache.zw3rk.com/"
on:
# Allow running manually
workflow_dispatch:
pull_request:
branches:
- main
workflow_call:
jobs:
integration:
runs-on: ubuntu-latest
Expand Down
8 changes: 8 additions & 0 deletions dev-shell.nix
Expand Up @@ -143,6 +143,14 @@ let
shellHook = ''
export PGUSER=postgres
${defaultShellHook}
echo -e "\033[0;33m*********************************************************************"
echo -e "'nix develop' is deprecated as of this PR (IOGX Integration):"
echo -e "https://github.com/input-output-hk/marlowe-cardano/pull/572"
echo -e "Please exit this shell and run 'nix develop .#__iogx__.default' instead."
echo -e "For any problem with the new shell please notify @zeme-wana on GitHub"
echo -e "and revert to using 'nix develop' until fixed."
echo -e "*********************************************************************\033[0m"
'';
};

Expand Down

0 comments on commit a7223aa

Please sign in to comment.