do sonar for backend, too

This commit is contained in:
burnettk 2023-03-28 08:22:17 -04:00
parent 5a57fc34b9
commit 0d07eba5ee
1 changed files with 1 additions and 7 deletions

View File

@ -184,9 +184,6 @@ jobs:
steps:
- name: Check out the repository
uses: actions/checkout@v3.3.0
with:
# Disabling shallow clone is recommended for improving relevancy of reporting in sonarcloud
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4.2.0
with:
@ -205,9 +202,6 @@ jobs:
steps:
- name: Check out the repository
uses: actions/checkout@v3.3.0
with:
# Disabling shallow clone is recommended for improving relevancy of reporting in sonarcloud
fetch-depth: 0
- name: Checkout Samples
uses: actions/checkout@v3
with:
@ -281,7 +275,7 @@ jobs:
# so just skip everything but main
if: github.ref_name == 'main'
with:
projectBaseDir: spiffworkflow-frontend
projectBaseDir: spiffworkflow-backend
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}