Skip to content

Commit 025d79b

Browse files
committed
fix: action name
1 parent 3e50d3b commit 025d79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerized-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: docker build . -t local/test -f Dockerfile.test --build-arg BASE_IMAGE=public.ecr.aws/lambda/ruby:${{ matrix.ruby_version }}
3030

3131
- name: Run tests
32-
uses: aws/containerized-test-runner-for-aws-lambda@v1
32+
uses: aws/containerized-test-runner-for-aws-lambda
3333
with:
3434
suiteFileArray: '["./test/dockerized/suites/*.json"]'
3535
dockerImageName: 'local/test'

0 commit comments

Comments
 (0)