Skip to content

Commit

Permalink
chore(workspace): fix tests being run with nix by adding google-chrom…
Browse files Browse the repository at this point in the history
…e native build dep
  • Loading branch information
dominicegginton committed Feb 1, 2024
1 parent 423a828 commit 9f44df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@

test = pkgs.writeShellApplication {
name = "${name}-test";
runtimeInputs = buildInputs;
runtimeInputs = buildInputs ++ optional isLinux [pkgs.google-chrome]
text = ''
${copyNodeModules}
npx nx run-many --target=test
Expand Down

0 comments on commit 9f44df3

Please sign in to comment.