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 bb00157 commit 0a0d009Copy full SHA for 0a0d009
.github/workflows/dockerized-test.yml
@@ -29,7 +29,7 @@ jobs:
29
run: docker build . -t local/test -f Dockerfile.test --build-arg BASE_IMAGE=public.ecr.aws/lambda/ruby:${{ matrix.ruby_version }}
30
31
- name: Run tests
32
- uses: aws/containerized-test-runner-for-aws-lambda@maxday/init
+ uses: aws/containerized-test-runner-for-aws-lambda@c03e315c252d8ebc1c33c47975377d7c770db72c
33
with:
34
suiteFileArray: '["./test/dockerized/suites/*.json"]'
35
dockerImageName: 'local/test'
0 commit comments