From a4a573df5b2c29640942f8cf1bd2d5d75d6205fc Mon Sep 17 00:00:00 2001 From: Luca Cinquini Date: Tue, 15 Oct 2024 10:45:09 -0600 Subject: [PATCH] Fixing pytest invocation --- .github/workflows/integration_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index b3c6d97..78e5e50 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -50,7 +50,7 @@ jobs: pytest -vv -s --gherkin-terminal-reporter \ unity-test/system/integration/step_defs/test_sbg_e2e_scale_workflow_with_ogc_api.py \ --venue="dev" \ - --airflow-endpoint=${{ github.event.inputs.MCP_VENUE_DEV_AIRFLOW_ENDPOINT || vars.MCP_VENUE_DEV_AIRFLOW_ENDPOINT }} + --airflow-endpoint=${{ github.event.inputs.MCP_VENUE_DEV_AIRFLOW_ENDPOINT || vars.MCP_VENUE_DEV_AIRFLOW_ENDPOINT }} \ --ogc-endpoint=${{ github.event.inputs.MCP_VENUE_DEV_OGC_ENDPOINT || vars.MCP_VENUE_DEV_OGC_ENDPOINT }} # - name: MCP Venue Test - Integration tests @@ -64,8 +64,8 @@ jobs: # pytest -vv -s --gherkin-terminal-reporter \ # unity-test/system/integration \ # --venue="test" \ -# --airflow-endpoint=${{ github.event.inputs.MCP_VENUE_TEST_AIRFLOW_ENDPOINT || vars.MCP_VENUE_TEST_AIRFLOW_ENDPOINT }} -# # TODO: add --ogc-endpoint=... +# --airflow-endpoint=${{ github.event.inputs.MCP_VENUE_TEST_AIRFLOW_ENDPOINT || vars.MCP_VENUE_TEST_AIRFLOW_ENDPOINT }} \ +# --ogc-endpoint=${{ github.event.inputs.MCP_VENUE_TEST_OGC_ENDPOINT || vars.MCP_VENUE_TEST_OGC_ENDPOINT }} - name: Check Integration Tests Results if: always()