Skip to content

Commit

Permalink
testing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwardius committed Dec 22, 2023
1 parent c35be1e commit eee13dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/templates/test/test_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit eee13dd

Please sign in to comment.