ci: fix tests (#1069)
* fix(locailization): fix ci Signed-off-by: Xe Iaso <me@xeiaso.net> * fix(test): fix CI Signed-off-by: Xe Iaso <me@xeiaso.net> * fix(test): fix CI? Signed-off-by: Xe Iaso <me@xeiaso.net> * fix(test): fix CI?? Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
f6e077c907
commit
f0bcbe43af
7 changed files with 19 additions and 22 deletions
|
|
@ -2,6 +2,8 @@ REPO_ROOT=$(git rev-parse --show-toplevel)
|
|||
(cd $REPO_ROOT && go install ./utils/cmd/...)
|
||||
|
||||
function cleanup() {
|
||||
set +e
|
||||
|
||||
pkill -P $$
|
||||
|
||||
if [ -f "docker-compose.yaml" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue