Skip to content

Commit

Permalink
fix nix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Feb 13, 2023
1 parent 26b9479 commit 9e2773b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/ci/test.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ stdenv.mkDerivation {
checkPhase = ''
# https://github.com/yarnpkg/yarn/issues/2629#issuecomment-685088015
yarn install --frozen-lockfile --check-files --cache-folder .ycache && rm -rf .ycache
ln -sfn ${packages.melange}/lib/melange/runtime node_modules/melange
ln -sfn ${packages.melange}/lib/melange/__MELANGE_RUNTIME__ node_modules/melange
mel build -- --display=short
node ./node_modules/.bin/mocha "./*_test.js"
Expand Down

0 comments on commit 9e2773b

Please sign in to comment.