Skip to content

Commit a622911

Browse files
committed
fix: set a dummy taskFolder
1 parent 23ef29d commit a622911

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dockerized-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@ jobs:
5252
uses: aws/containerized-test-runner-for-aws-lambda@main
5353
with:
5454
suiteFileArray: '["./test/dockerized/*.json"]'
55-
dockerImageName: 'local/test'
55+
dockerImageName: 'local/test'
56+
taskFolder: '["./test/dockerized/*.json"]' #no-op, todo: fix this

0 commit comments

Comments
 (0)