Skip to content

Commit

Permalink
[CI] Disable shallow clones
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jan 19, 2024
1 parent 295e85b commit a155c7e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -19,4 +21,6 @@ jobs:
- name: Build
run: ./gradlew spotlessCheck build jacocoTestReport sonar
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit a155c7e

Please sign in to comment.