mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
shell: test fix
This commit is contained in:
parent
ec75ddd3b6
commit
f2e2fb419a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue