fix: and expose ABRA_DIR
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2023-09-05 13:55:32 +02:00
parent f6ab950ce3
commit 4c54311a3a
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ apt install bats bats-assert bats-support jq make git
Then you can run the integration test suite with the following:
```
export ABRA_DIR="$HOME/.abra_test"
bats tests/integration --timing --pretty
```