@yegor256 after building an image(i did not change anything in the project), i tried to run tests using
docker run --rm cam make test but it resulted the error:
+++ tests +++
There are 56 tests in /cam/tests
before/test-layout.sh:
ππ» All test scripts have their live counterparts
before/test-executability.sh:
ππ» All .sh scripts are executable
Script '/cam/cam/lib/python3.12/site-packages/cffconvert/cli/validate_or_write_output.py' is not executable, try running 'chmod +x /cam/cam/lib/python3.12/site-packages/cffconvert/cli/validate_or_write_output.py'
β Non-zero exit code (TARGET=/cam/test-zone/before/test-executability.sh/target)
You can run this particular test in isolation: make test TEST=tests/before/test-executability.sh
make: *** [Makefile:78: test] Error 1
@yegor256 after building an image(i did not change anything in the project), i tried to run tests using
docker run --rm cam make test
but it resulted the error: