Skip to content

Commit

Permalink
Move sonarcloud steps to within quality check job
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-szlapa committed Feb 1, 2024
1 parent 48f9a6d commit ed235ad
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
required: true

jobs:
lint_build_test:
quality_checks:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -54,20 +54,9 @@ jobs:

- name: run build
run: make build
shell: bash

- name: run unit tests
run: make test
shell: bash

sonarcloud:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ inputs.BRANCH_NAME }}
fetch-depth: 0

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
Expand Down

0 comments on commit ed235ad

Please sign in to comment.