Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> fix test-all in docker (#14244)
This commit is contained in:
committed by
GitHub
parent
919aa5df59
commit
a0a1275452
@ -62,7 +62,8 @@ function prepare_debug {
|
|||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y --no-install-recommends krb5-kdc krb5-user krb5-admin-server libkrb5-dev gcc
|
apt-get install -y --no-install-recommends krb5-kdc krb5-user krb5-admin-server libkrb5-dev gcc
|
||||||
VIRTUAL_ENV=/ak-root/.venv uv sync --frozen
|
source "${VENV_PATH}/bin/activate"
|
||||||
|
uv sync --active --frozen
|
||||||
touch /unittest.xml
|
touch /unittest.xml
|
||||||
chown authentik:authentik /unittest.xml
|
chown authentik:authentik /unittest.xml
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user