Skip to content

Commit

Permalink
chore: add sonarcloud quality check to the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmsa authored Jun 26, 2022
1 parent af71061 commit ea42505
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/github-actions.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

- name: SonarQube Quality Gate check
uses: sonarsource/sonarqube-quality-gate-action@master
# Force to fail step after specific time
timeout-minutes: 5
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

Build_app:
# The type of runner that the job will run on
runs-on: ubuntu-latest
Expand Down

2 comments on commit ea42505

@vercel
Copy link

@vercel vercel bot commented on ea42505 Jun 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hiit-maker – ./

hiit-maker-lucasmsa.vercel.app
hiit-maker-git-dev-lucasmsa.vercel.app
hiit-maker.io

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for hiit-maker ready!

✅ Preview
https://hiit-maker-5kq51bah2-lucasmsa.vercel.app

Built with commit ea42505.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.