shell: test fix

This commit is contained in:
kat witch 2021-05-15 23:26:30 +01:00
parent ec75ddd3b6
commit f2e2fb419a
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -27,7 +27,7 @@
NF_CONFIG_FILES=($NF_CONFIG_ROOT/hosts.nix)
for f in "''${NF_CONFIG_FILES[@]}"; do
echo $f
nix run --arg config $f ci.run.gh-actions-generate
nix run --arg config $f ci.test
done
cd ${toString ./trusted}
export TRUSTED_CONFIG_ROOT=${toString ./trusted}/ci