Hi, I have some problem with running pants test wi...
# general
l
Hi, I have some problem with running pants test with
docker_environment
in GitHub actions. I've already raised it there yesterday. But wanted to ask if anyone was able to set it up in their workflow and can share some snippet/repository url. I'm specifically looking for running
pants test path/to/test_scenario
where test scenario is executed in
docker_environment
, not on the host machine. Cheers!
👀 2