I moved the build and install directories out of the CodeCompass root directory in the CI. Now these directories are created in $HOME instead of ${{github.workspace}}. This solves the problem of parsing the entire node_modules directory in the Parse job, significantly decreasing the runtime of the CI jobs.
I moved the build and install directories out of the CodeCompass root directory in the CI. Now these directories are created in
$HOME
instead of${{github.workspace}}
. This solves the problem of parsing the entirenode_modules
directory in theParse
job, significantly decreasing the runtime of the CI jobs.