Skip to content

Commit

Permalink
Disable shallow clone for Sonar checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Mar 29, 2024
1 parent 13676c9 commit b0f95da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ jobs:

steps:
- uses: actions/checkout@main
with:
fetch-depth: 0

- name: Start ClickHouse (version - ${{ matrix.clickhouse }}) in Docker
uses: isbang/compose-action@v1.5.1
Expand Down

0 comments on commit b0f95da

Please sign in to comment.