File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 - package-delete-deploy
5353 - sync
5454 - local-invoke
55- - local-start
55+ - local-start1
5656 - local-start2
5757 - other-and-e2e
5858 exclude :
6666 - container_runtime : no-container
6767 test_suite : local-invoke
6868 - container_runtime : no-container
69- test_suite : local-start
69+ test_suite : local-start1
7070 - container_runtime : no-container
7171 test_suite : local-start2
7272 - container_runtime : no-container
@@ -347,7 +347,7 @@ jobs:
347347 run : |
348348 # Set USING_FINCH_RUNTIME environment variable for finch tests
349349 if [ "${{ matrix.container_runtime }}" = "finch" ]; then
350- export container_runtime ="finch"
350+ export CONTAINER_RUNTIME ="finch"
351351 fi
352352
353353 # Determine container keyword filter based on container_runtime
@@ -385,8 +385,8 @@ jobs:
385385 "local-invoke")
386386 pytest -vv --reruns 3 tests/integration/local/invoke tests/integration/local/generate_event --json-report --json-report-file=TEST_REPORT-integration-local-invoke-${{ matrix.container_runtime }}.json
387387 ;;
388- "local-start ")
389- pytest -vv --reruns 3 tests/integration/local/start_api --ignore tests/integration/local/start_api/test_start_api_with_terraform_application.py --json-report --json-report-file=TEST_REPORT-integration-local-start -${{ matrix.container_runtime }}.json
388+ "local-start1 ")
389+ pytest -vv --reruns 3 tests/integration/local/start_api --ignore tests/integration/local/start_api/test_start_api_with_terraform_application.py --json-report --json-report-file=TEST_REPORT-integration-local-start1 -${{ matrix.container_runtime }}.json
390390 ;;
391391 "local-start2")
392392 pytest -vv --reruns 3 tests/integration/local/start_lambda tests/integration/local/start_api/test_start_api_with_terraform_application.py --json-report --json-report-file=TEST_REPORT-integration-local-start2-${{ matrix.container_runtime }}.json
You can’t perform that action at this time.
0 commit comments