Skip to content

Commit

Permalink
add sonar scan step
Browse files Browse the repository at this point in the history
  • Loading branch information
chan4lk committed Mar 19, 2023
1 parent 27c8864 commit 202d368
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ runs:
shell: bash
- run: echo "${{ github.action_path }}" >> $GITHUB_PATH
shell: bash
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: "80e46db53ad385bbd5d4e37ca396a8a40f926963"
- name: Setup and run tests
run: |
export CYPRESS_BASE_URL=${{ inputs.base-app-url }}
Expand Down

0 comments on commit 202d368

Please sign in to comment.