Skip to content

Commit 1d19461

Browse files
chore: remove sonarcloud actions (#7295)
1 parent b551f77 commit 1d19461

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed

Diff for: .github/workflows/continuous-integration.yml

+1-34
Original file line numberDiff line numberDiff line change
@@ -12,37 +12,4 @@ jobs:
1212
uses: ./.github/workflows/ci-integrations.yml
1313
secrets: inherit
1414
with:
15-
enterprise: false
16-
17-
sonarcloud-sdk:
18-
name: "SonarCloud SDK"
19-
needs: [continous-integration]
20-
uses: ./.github/workflows/sonarcloud-integrations.yml
21-
secrets:
22-
SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
23-
with:
24-
project_key: "vuestorefront_vue-storefront_sdk"
25-
package_name: "sdk"
26-
exclusions: "*.config.js,src/index.ts,src/api-extractor-data.ts,**/types/**,**/__tests__/**/*"
27-
28-
sonarcloud-cli:
29-
name: "SonarCloud CLI"
30-
needs: [continous-integration]
31-
uses: ./.github/workflows/sonarcloud-integrations.yml
32-
secrets:
33-
SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
34-
with:
35-
project_key: "vuestorefront_vue-storefront_cli"
36-
package_name: "cli"
37-
exclusions: "*.config.js,*.config.*.ts,src/index.ts,src/connector.ts,src/api-extractor-data.ts,**/types/**,"
38-
39-
sonarcloud-middleware:
40-
name: "SonarCloud Middleware"
41-
needs: [continous-integration]
42-
uses: ./.github/workflows/sonarcloud-integrations.yml
43-
secrets:
44-
SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
45-
with:
46-
project_key: "vuestorefront_vue-storefront_middleware"
47-
package_name: "middleware"
48-
exclusions: "*.config.js,*.config.*.ts,src/index.ts,src/connector.ts,src/api-extractor-data.ts,**/types/**,**/__tests__/**/*"
15+
enterprise: false

0 commit comments

Comments
 (0)