mirror of
https://github.com/directus/directus.git
synced 2026-01-28 04:17:57 -05:00
Adds sonar to app (#163)
* adds sonar to app-next * fix yaml tab * adds test inclusions
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -26,3 +26,9 @@ jobs:
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Sonar Scanner
|
||||
uses: sonarsource/sonarcloud-github-action@master
|
||||
if: success() && github.repository == 'directus/app-next' && github.event_name == 'push'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user