Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Remove sonar-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Dec 7, 2023
1 parent ec167aa commit f868133
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:

sonar-scan:
name: SonarCloud Scan
uses: ./.github/workflows/sonar-scan.yml
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
needs: unit-tests
secrets: inherit

e2e-tests:
name: E2E Tests
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/sonar-scan.yml

This file was deleted.

0 comments on commit f868133

Please sign in to comment.