We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ac588 commit bea0c50Copy full SHA for bea0c50
1 file changed
.github/workflows/dockerized-test.yml
@@ -33,14 +33,9 @@ jobs:
33
- name: Build the image
34
run: docker build . -t local/test -f Dockerfile.test --build-arg BASE_IMAGE=public.ecr.aws/lambda/ruby:${{ matrix.ruby_version }}
35
36
- - name: Get workspace path
37
- id: workspace
38
- run: echo "path=$(pwd)" >> $GITHUB_OUTPUT
39
-
40
- name: Run tests
41
uses: aws/containerized-test-runner-for-aws-lambda@maxday/using-docker
42
with:
43
suiteFileArray: '["./test/dockerized/suites/*.json"]'
44
dockerImageName: 'local/test'
45
taskFolder: './test/dockerized/tasks'
46
- hostWorkspace: ${{ steps.workspace.outputs.path }}
0 commit comments