From 1a7ea8cb87b4cb5a6de4edb8a8093d7a02487437 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Wed, 26 Jun 2024 14:47:37 +0200 Subject: [PATCH] wip --- .github/workflows/osrm-backend.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 4c88e6345..23e791f03 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -746,10 +746,10 @@ jobs: run: | export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/home/sfedartsou/.conan/data/onetbb/2021.12.0/_/_/package/14d80dcc6e4fac53fcd6bcf3899648ac2c72c6aa/lib/" sudo mount -t tmpfs -o size=4g none ~/benchmarks_tmp - cp -rf base/build ~/benchmarks_tmp/build + cp -rf pr/build ~/benchmarks_tmp/build mkdir -p ~/benchmarks_tmp/test - cp -rf base/test/data ~/benchmarks_tmp/test/data - cp -rf base/profiles ~/benchmarks_tmp/profiles + cp -rf pr/test/data ~/benchmarks_tmp/test/data + cp -rf pr/profiles ~/benchmarks_tmp/profiles # TODO: remove it when base branch will have this file at needed location if [ ! -f ~/benchmarks_tmp/test/data/portugal_to_korea.json ]; then