Instructions for running CI tests locally via Docker do not work #3118
Labels
bug
Something isn't working
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
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.The text was updated successfully, but these errors were encountered: