Based on the current instructions for running the CI tests locally, I should be able to run
./ci/run_docker.sh
from the root of the project to enter a docker shell where I can run tests manually.
However running this command results in an error
unable to prepare context: unable to evaluate symlinks in Dockerfile path /Projects/opentelemetry-cpp/ci/Dockerfile: no such file or directory
This is probably coming from this line in the shell script which seems like it is explicitly looking for a Dockerfile in the ci directory and currently there is none.
Based on the current instructions for running the CI tests locally, I should be able to run
from the root of the project to enter a docker shell where I can run tests manually.
However running this command results in an error
This is probably coming from this line in the shell script which seems like it is explicitly looking for a Dockerfile in the
ci
directory and currently there is none.