This commit is contained in:
Siarhei Fedartsou 2024-06-09 11:37:51 +02:00
parent 06a5a8fbc9
commit 39f3c6cc21

View File

@ -662,7 +662,7 @@ jobs:
sudo apt-get update -y && sudo apt-get install ccache
- name: Prepare data
run: |
if [ {{ env.RUN_BIG_BENCHMARK }} ]; then
if [ "$RUN_BIG_BENCHMARK" = "true" ]; then
rm -rf ~/data.osm.pbf
wget http://download.geofabrik.de/europe/poland-latest.osm.pbf -O ~/data.osm.pbf --quiet
gunzip -c ./pr/test/data/poland_gps_traces.csv.gz > ~/gps_traces.csv