Skip to content

Commit

Permalink
Add generated test to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed Jan 10, 2022
1 parent 1121154 commit 8ce35d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
- uses: nixbuild/nix-quick-install-action@v8
- run: nix-build -A tests.nixpkgsFmt -A tests.pursTidy -A tests.prettier -A tests.shellcheck -A tests.stylishHaskell --arg supportedSystems '[ builtins.currentSystem ]' --restrict-eval -I . --allowed-uris 'https://github.com/NixOS/nixpkgs https://github.com/input-output-hk https://github.com/NixOS/nixpkgs-channels https://github.com/edolstra/flake-compat https://api.github.com/repos' --option trusted-public-keys "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" --option substituters "https://hydra.iohk.io https://iohk.cachix.org https://cache.nixos.org/"
- run: nix-build -A tests.nixpkgsFmt -A tests.generated -A tests.pursTidy -A tests.prettier -A tests.shellcheck -A tests.stylishHaskell --arg supportedSystems '[ builtins.currentSystem ]' --restrict-eval -I . --allowed-uris 'https://github.com/NixOS/nixpkgs https://github.com/input-output-hk https://github.com/NixOS/nixpkgs-channels https://github.com/edolstra/flake-compat https://api.github.com/repos' --option trusted-public-keys "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" --option substituters "https://hydra.iohk.io https://iohk.cachix.org https://cache.nixos.org/"
hydra-workaround:
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion marlowe-dashboard-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ let
name = "marlowe-dashboard-client";
extraSrcs = {
web-common-marlowe = webCommonMarlowe;
generated = generated-purescript;
generated = ./generated;
};
spagoPackages = pkgs.callPackage ./spago-packages.nix { };
})
Expand Down
2 changes: 1 addition & 1 deletion marlowe-playground-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ let
extraSrcs = {
web-common-marlowe = webCommonMarlowe;
web-common-playground = webCommonPlayground;
generated = generated-purescript;
generated = ./generated;
};
spagoPackages = pkgs.callPackage ./spago-packages.nix { };
})
Expand Down

0 comments on commit 8ce35d7

Please sign in to comment.