From 7ae8dbd2de26f6d51a5b3c16bc7ba3e14aabe75b Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Wed, 6 May 2020 12:48:24 -0400 Subject: [PATCH] Github Actions: Debug bbox test params Somehow test fails on options in github actions, add debugging output for that cmd --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d05b47e9..737733655 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -200,9 +200,9 @@ jobs: cp cache/wikidata-cache.json ../ci_cache/wikidata-cache.json fi - profile test-perf docker-compose run --rm -T openmaptiles-tools \ + (set -x; profile test-perf docker-compose run --rm -T openmaptiles-tools \ test-perf openmaptiles.yaml $TEST_PERF_PARAMS \ - --record /tileset/results.json + --record /tileset/results.json) mv results.json ../perf_cache if [ "$GITHUB_EVENT_NAME" = "pull_request" ]; then @@ -234,7 +234,7 @@ jobs: create_db cp ../perf_cache/results.json . - OUTPUT="$(profile test-perf docker-compose run --rm -T openmaptiles-tools \ + OUTPUT="$(set -x; profile test-perf docker-compose run --rm -T openmaptiles-tools \ test-perf openmaptiles.yaml $TEST_PERF_PARAMS \ --compare /tileset/results.json --record /tileset/pr-results.json)" rm results.json