Skip to content

Commit e5f18b3

Browse files
committed
fix: dockerize action
1 parent 0998923 commit e5f18b3

2 files changed

Lines changed: 3 additions & 31 deletions

File tree

Dockerfile.test-runner

Lines changed: 0 additions & 28 deletions
This file was deleted.

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ test-dockerized:
145145
git clone --quiet https://github.com/aws/containerized-test-runner-for-aws-lambda.git .test-runner; \
146146
fi
147147
@echo "Building test runner Docker image..."
148-
@docker build -t test-runner:local -f Dockerfile.test-runner .
148+
@docker build -t test-runner:local -f .test-runner/Dockerfile .test-runner
149149
@echo "Running tests in Docker..."
150-
@echo "Running actual tests..."
151150
@docker run --rm \
152-
-e DOCKER_API_VERSION=1.44 \
151+
--entrypoint suite \
152+
-e DOCKER_API_VERSION=1.41 \
153153
-v /var/run/docker.sock:/var/run/docker.sock \
154154
-v "$(CURDIR)/test/dockerized:/tests:ro" \
155155
test-runner:local \

0 commit comments

Comments
 (0)