Skip to content

Commit 3e50d3b

Browse files
committed
feat: add subset of tests
1 parent 4e58179 commit 3e50d3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dockerized-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
- name: Run tests
3232
uses: aws/containerized-test-runner-for-aws-lambda@v1
3333
with:
34-
suiteFileArray: ["./test/dockerized/suites/*.json"]
35-
dockerImageName: local/test
36-
taskFolder: ./test/dockerized/tasks
34+
suiteFileArray: '["./test/dockerized/suites/*.json"]'
35+
dockerImageName: 'local/test'
36+
taskFolder: './test/dockerized/tasks'

0 commit comments

Comments
 (0)