Skip to content

Commit dc14d88

Browse files
committed
nits
1 parent 3ebe35b commit dc14d88

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- package-delete-deploy
5353
- sync
5454
- local-invoke
55-
- local-start
55+
- local-start1
5656
- local-start2
5757
- other-and-e2e
5858
exclude:
@@ -66,7 +66,7 @@ jobs:
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

0 commit comments

Comments
 (0)