Skip to content

Commit

Permalink
add conditional to sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Oloruntobi Olurombi committed Sep 12, 2024
1 parent e3b5674 commit 11be05b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/regtech-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
-Dsonar.cpp.file.suffixes=-
-Dsonar.objc.file.suffixes=-
- name: Check SonarCloud Quality Gate
run: |
curl -u ${{ secrets.SONAR_TOKEN }} "https://sonarcloud.io/api/qualitygates/project_status?projectKey=${{ secrets.PROJECT_KEY }}" | grep '"status":"OK"' || exit 1
UnitAndIntegrationTests:
name: Unit and Integration Tests on Source Code
runs-on: ubuntu-latest
Expand Down

0 comments on commit 11be05b

Please sign in to comment.