Skip to content

Commit

Permalink
Github Actions: Fix bbox test params
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed May 6, 2020
1 parent 864eba5 commit 283e636
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
TEST_DATA_URL: "https://drive.google.com/uc?export=download&id=18nP3f06aBBiEKhUNmAkqq30gqQnU2_VJ"
TEST_PERF_PARAMS: >-
--minzoom 0 --maxzoom 14
--bbox 5.4172943,-1.6732196,12.3733400,4.3475256
--bbox 9.0900979,46.9688169,9.6717077,47.5258072
--bbox -78.7749754,38.7820235,-76.8957735,39.6985009
--bbox -0.6124681,51.2268449,0.3996690,51.7873570
--bbox '5.4172943,-1.6732196,12.3733400,4.3475256'
--bbox '9.0900979,46.9688169,9.6717077,47.5258072'
--bbox '-78.7749754,38.7820235,-76.8957735,39.6985009'
--bbox '-0.6124681,51.2268449,0.3996690,51.7873570'
## Large test data -- we should switch to it after everything is working ok
# TEST_DATA_URL: "https://drive.google.com/uc?export=download&id=1kw7XPDPd1Rc-Zi2XxGLTXdinUSq-S4pT"
Expand Down

0 comments on commit 283e636

Please sign in to comment.