Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Feb 29, 2024
1 parent 9144540 commit 1b6d9a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/drevops-test-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '*'

Expand Down

0 comments on commit 1b6d9a4

Please sign in to comment.