Skip to content

Commit 653f582

Browse files
committed
fix(ci): remove entrypoint flag
1 parent 1a78331 commit 653f582

2 files changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ jobs:
9393
echo "Running tests on image: $IMAGE_TO_TEST"
9494
docker run --name $CONTAINER_NAME \
9595
-v ./nix_tests:/app/tests -d \
96-
--entrypoint /usr/local/bin/docker_entrypoint.sh \
9796
$IMAGE_TO_TEST tail -f /dev/null
9897
echo "container_name=$CONTAINER_NAME" >> $GITHUB_OUTPUT
9998

nix_test_env/docker_entrypoint.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)