Skip to content

Commit bea0c50

Browse files
committed
feat: use docker
1 parent 16ac588 commit bea0c50

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/dockerized-test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,9 @@ jobs:
3333
- name: Build the image
3434
run: docker build . -t local/test -f Dockerfile.test --build-arg BASE_IMAGE=public.ecr.aws/lambda/ruby:${{ matrix.ruby_version }}
3535

36-
- name: Get workspace path
37-
id: workspace
38-
run: echo "path=$(pwd)" >> $GITHUB_OUTPUT
39-
4036
- name: Run tests
4137
uses: aws/containerized-test-runner-for-aws-lambda@maxday/using-docker
4238
with:
4339
suiteFileArray: '["./test/dockerized/suites/*.json"]'
4440
dockerImageName: 'local/test'
4541
taskFolder: './test/dockerized/tasks'
46-
hostWorkspace: ${{ steps.workspace.outputs.path }}

0 commit comments

Comments
 (0)