I am running my tests on aws lambda with the use of custom image. I'm using serverless for the configuration and the build of the image.
Process works fine locally. When I try to make it work with github actions, using serverless/github-action@v3 I'm getting an error:
Error: Could not find Docker installation. Ensure Docker is installed before continuing.
But since you can use 2 "uses:" I'm not sure how to work this one out. Any idea would be welcomed.