diff --git a/.github/workflows/drevops-test-common.yml b/.github/workflows/drevops-test-common.yml index eac1733c3..437195fe7 100644 --- a/.github/workflows/drevops-test-common.yml +++ b/.github/workflows/drevops-test-common.yml @@ -38,6 +38,9 @@ jobs: fetch-depth: 0 persist-credentials: false + - name: Process codebase to run in CI + run: find . -name "docker-compose.yml" -print0 | xargs -0 -I {} sh -c "sed -i -e ''/###/d'' {} && sed -i -e ''s/##//'' {}" + - name: Adjust git config to allow running git-related tests run: git config --global safe.directory '*'