Skip to content

Commit

Permalink
Github Actions: Debug bbox test params
Browse files Browse the repository at this point in the history
Somehow test fails on options in github actions, add debugging output for that cmd
  • Loading branch information
nyurik committed May 6, 2020
1 parent 864eba5 commit 7ae8dbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7ae8dbd

Please sign in to comment.