diff --git a/setup-tests.sh b/setup-tests.sh index 21e0c4162f..11da60c844 100755 --- a/setup-tests.sh +++ b/setup-tests.sh @@ -18,6 +18,9 @@ case $confirmation in ;; esac +cp .config/ci.yml .config/default.yml +cp .config/ci.yml .config/test.yml +cp .config/docker_ci.env .config/docker.env cp compose.local-test.yml compose.yml echo Verifying containers are down... diff --git a/tests.sh b/tests.sh index 56c76cd924..5df78f4c76 100755 --- a/tests.sh +++ b/tests.sh @@ -6,8 +6,6 @@ set -e cd /host/ apt-get update && apt-get install -y git wget curl build-essential python3 ffmpeg -cp .config/ci.yml .config/default.yml -cp .config/ci.yml .config/test.yml corepack enable corepack prepare pnpm@latest --activate git submodule update --init