Skip to content

Commit

Permalink
chore: update checkout rules
Browse files Browse the repository at this point in the history
  • Loading branch information
raits committed Aug 28, 2023
1 parent 2c23f39 commit b20db0b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
fetch-depth: 0 # SonarCloud: Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -72,8 +72,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -111,8 +109,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit b20db0b

Please sign in to comment.