Skip to content

Commit bd33a05

Browse files
committed
chore: adding stuff
1 parent 38f2ca7 commit bd33a05

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/dockerized-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,12 @@ jobs:
6868

6969
- name: Run concurrent scenarios
7070
uses: aws/containerized-test-runner-for-aws-lambda@dmelfi/multi-concurrency-test
71-
env:
72-
INPUT_SCENARIO_DIR: ./test/dockerized/scenarios
73-
DOCKER_SHARED_NETWORK: concurrent-test-net
7471
with:
7572
suiteFileArray: '[]'
7673
dockerImageName: 'local/test-base'
7774
taskFolder: './test/dockerized/tasks'
75+
scenarioDir: './test/dockerized/scenarios'
76+
dockerSharedNetwork: 'concurrent-test-net'
7877

7978
- name: Remove Docker network
8079
if: always()

0 commit comments

Comments
 (0)