Skip to content

Commit

Permalink
Fixing pytest invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCinquini committed Oct 15, 2024
1 parent 0d2f3b9 commit a4a573d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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()
Expand Down

0 comments on commit a4a573d

Please sign in to comment.