From eee13ddeab3f46417f6286f041b517683674b5af Mon Sep 17 00:00:00 2001 From: Eddy Zhou Date: Fri, 22 Dec 2023 17:20:29 +0900 Subject: [PATCH] testing tests --- .github/templates/test/test_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/templates/test/test_image.sh b/.github/templates/test/test_image.sh index cff6f191..ce746294 100755 --- a/.github/templates/test/test_image.sh +++ b/.github/templates/test/test_image.sh @@ -4,4 +4,4 @@ set -e echo "Running $IMAGE tests..." # Run tests for ros2 packages, on failure script will exit with error message -docker run --rm "$IMAGE" /bin/bash -c "source ~/.bashrc; colcon test; colcon test-result --verbose" +docker run --user="$FIXUID:$FIXGID" --rm "$IMAGE" /bin/bash -c "source ~/.bashrc; colcon test; colcon test-result --verbose"