diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0b896b8..af84a4d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,6 +23,9 @@ jobs: MIN_ZOOM: 0 MAX_ZOOM: 14 run: | + # For now, change the quickstart values directly in the .env file + # TODO: We should probably use env vars instead + sed -i 's/MAX_ZOOM=7/MAX_ZOOM=14/g' .env export QUIET=1 ./quickstart.sh $area @@ -39,7 +42,7 @@ jobs: performance: name: Evaluate performance - runs-on: ubuntu-latest + runs-on: self-hosted # Even though we technically don't need to wait for integrity test to finish, # there is no point to run long perf test until we know the code is OK needs: integrity_test