Currently, we don't have a github action to test the hugegraph-related docker images (server hubble loader)
Maybe we can write an action based on test-release1.2
There are some main changes:
- For example, change the cmd from "./bin/loader do something" to "docker exec -it loader do something"
- We can not use 127.0.0.1 as the hostname but the ip of the host machine
- provide a docker-compose.yaml
- other tiny changes