From 17fa3898b268ecfd63172c8d34609e32948cf07f Mon Sep 17 00:00:00 2001 From: alexv-smirnov Date: Wed, 28 Dec 2022 21:37:30 +0300 Subject: Use alternate tmpdir when running ctest, with its cleaunp --- .github/workflows/build_and_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 216d4ef0ea9..35e31f7bdd3 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -27,6 +27,7 @@ jobs: - name: Test shell: bash run: | + rm -rf /mnt/d/tmp/* cd ../build/ydb - ctest -j28 --timeout 1200 --force-new-ctest-process + TMPDIR=/mnt/d/tmp ctest -j28 --timeout 1200 --force-new-ctest-process -- cgit v1.3