From fa3dc09cfee75314e24735c9094d327b4cffc3ed Mon Sep 17 00:00:00 2001 From: matt bowen Date: Thu, 22 Sep 2022 15:11:43 -0400 Subject: [PATCH] Move GEOJSON generation up for new smoketest (#1835) --- .github/workflows/deploy_be_staging.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy_be_staging.yml b/.github/workflows/deploy_be_staging.yml index 8a10cf38b..d33fe9e3e 100644 --- a/.github/workflows/deploy_be_staging.yml +++ b/.github/workflows/deploy_be_staging.yml @@ -61,7 +61,10 @@ jobs: poetry run python3 data_pipeline/application.py score-full-run - name: Generate Score Post run: | - poetry run python3 data_pipeline/application.py generate-score-post -s aws + poetry run python3 data_pipeline/application.py generate-score-post + - name: Generate Score Geo + run: | + poetry run python3 data_pipeline/application.py geo-score - name: Run Smoketests run: | poetry run pytest data_pipeline/ -m smoketest @@ -100,9 +103,6 @@ jobs: mkdir -p /usr/local/bin cp tippecanoe /usr/local/bin/tippecanoe tippecanoe -v - - name: Generate Score Geo - run: | - poetry run python3 data_pipeline/application.py geo-score - name: Generate Tiles run: | poetry run python3 data_pipeline/application.py generate-map-tiles