We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a586a6b commit 03ac850Copy full SHA for 03ac850
2 files changed
.env
@@ -13,4 +13,4 @@ OUTPUT_DIR=test/dockerized/tasks
13
RIE_MAX_CONCURRENCY=4
14
15
# Branch of containerized-test-runner-for-aws-lambda to clone
16
-TEST_RUNNER_BRANCH=dmelfi/multi-concurrency-test
+TEST_RUNNER_BRANCH=main
.github/workflows/dockerized-test.yml
@@ -67,7 +67,7 @@ jobs:
67
run: docker network create concurrent-test-net
68
69
- name: Run concurrent scenarios
70
- uses: aws/containerized-test-runner-for-aws-lambda@dmelfi/multi-concurrency-test
+ uses: aws/containerized-test-runner-for-aws-lambda@main
71
with:
72
suiteFileArray: '[]'
73
dockerImageName: 'local/test-base'
0 commit comments