We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e4c91 commit 206f7c6Copy full SHA for 206f7c6
.github/workflows/build.yml
@@ -14,6 +14,10 @@ jobs:
14
DEVICE: 'iPhone 15 Pro'
15
steps:
16
- uses: actions/checkout@v3
17
+ with:
18
+ # Disable shallow clone for SonarCloud analysis
19
+ # https://docs.sonarsource.com/sonarqube-cloud/advanced-setup/ci-based-analysis/github-actions-for-sonarcloud
20
+ fetch-depth: 0
21
- uses: actions/cache@v3
22
with:
23
path: .build
0 commit comments