run tests with root_dir set to tmp/

This commit is contained in:
Eric S. Londres 2022-08-20 14:45:00 -04:00
parent 7591e7daa3
commit 090a5b9b3d
Signed by: slondr
GPG Key ID: A2D25B4D5CB970E4
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ tasks:
cd egalaxyd
mix local.hex --force
mix deps.get
mix test
root_dir=tmp mix test
- build_container: |
for line in $(cat ~/.pkr_vars); do eval "export $line"; done
cd egalaxyd/meta