Skip to content

Commit

Permalink
chore: remove sonarcloud actions (#7295)
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekTheWebDev authored Oct 30, 2024
1 parent b551f77 commit 1d19461
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,37 +12,4 @@ jobs:
uses: ./.github/workflows/ci-integrations.yml
secrets: inherit
with:
enterprise: false

sonarcloud-sdk:
name: "SonarCloud SDK"
needs: [continous-integration]
uses: ./.github/workflows/sonarcloud-integrations.yml
secrets:
SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
with:
project_key: "vuestorefront_vue-storefront_sdk"
package_name: "sdk"
exclusions: "*.config.js,src/index.ts,src/api-extractor-data.ts,**/types/**,**/__tests__/**/*"

sonarcloud-cli:
name: "SonarCloud CLI"
needs: [continous-integration]
uses: ./.github/workflows/sonarcloud-integrations.yml
secrets:
SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
with:
project_key: "vuestorefront_vue-storefront_cli"
package_name: "cli"
exclusions: "*.config.js,*.config.*.ts,src/index.ts,src/connector.ts,src/api-extractor-data.ts,**/types/**,"

sonarcloud-middleware:
name: "SonarCloud Middleware"
needs: [continous-integration]
uses: ./.github/workflows/sonarcloud-integrations.yml
secrets:
SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
with:
project_key: "vuestorefront_vue-storefront_middleware"
package_name: "middleware"
exclusions: "*.config.js,*.config.*.ts,src/index.ts,src/connector.ts,src/api-extractor-data.ts,**/types/**,**/__tests__/**/*"
enterprise: false

0 comments on commit 1d19461

Please sign in to comment.