Skip to content

Commit

Permalink
changed build
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikay93 committed Feb 5, 2024
1 parent 924d08b commit 3dd8e63
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:


jobs:
build:
name: Build
Expand All @@ -19,19 +22,10 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
SONAR_ROOT_CERT: ${{ vars.SONAR_ROOT_CERT }}

with:
# Additional arguments for the sonarcloud scanner
args:
# Unique key of your project. You can find it in SonarQube > [my project] > Project Information (top-right menu)
# mandatory
-Dsonar.projectKey=todo_pk_SQ

# If you wish to fail your job when the Quality Gate is red, uncomment the
# following lines. This would typically be used to fail a deployment.
# - uses: sonarsource/sonarqube-quality-gate-action@master
# timeout-minutes: 5
# env:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 3dd8e63

Please sign in to comment.