Skip to content

Commit 03ac850

Browse files
committed
chore: change the branch from wihch we are taking harness tests.
1 parent a586a6b commit 03ac850

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ OUTPUT_DIR=test/dockerized/tasks
1313
RIE_MAX_CONCURRENCY=4
1414

1515
# Branch of containerized-test-runner-for-aws-lambda to clone
16-
TEST_RUNNER_BRANCH=dmelfi/multi-concurrency-test
16+
TEST_RUNNER_BRANCH=main

.github/workflows/dockerized-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: docker network create concurrent-test-net
6868

6969
- name: Run concurrent scenarios
70-
uses: aws/containerized-test-runner-for-aws-lambda@dmelfi/multi-concurrency-test
70+
uses: aws/containerized-test-runner-for-aws-lambda@main
7171
with:
7272
suiteFileArray: '[]'
7373
dockerImageName: 'local/test-base'

0 commit comments

Comments
 (0)