Skip to content

Commit

Permalink
VCST-1738: Enable sonar steps [run e2e]
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEhlo committed Sep 24, 2024
1 parent 8a4507c commit 1a6225a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/module-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,25 +106,25 @@ jobs:
with:
versionSuffix: ${{ env.VERSION_SUFFIX }}

# - name: SonarCloud Begin
# uses: VirtoCommerce/vc-github-actions/sonar-scanner-begin@master
# with:
# repoOrg: ${{ github.repository_owner }}
# sonarOrg: ${{secrets.SONAR_ORG_KEY}}
- name: SonarCloud Begin
uses: VirtoCommerce/vc-github-actions/sonar-scanner-begin@master
with:
repoOrg: ${{ github.repository_owner }}
sonarOrg: ${{secrets.SONAR_ORG_KEY}}

- name: Build
run: vc-build Compile

- name: Unit Tests
run: vc-build Test -skip

# - name: SonarCloud End
# uses: VirtoCommerce/vc-github-actions/sonar-scanner-end@master
- name: SonarCloud End
uses: VirtoCommerce/vc-github-actions/sonar-scanner-end@master

# - name: Quality Gate
# uses: VirtoCommerce/vc-github-actions/sonar-quality-gate@master
# with:
# login: ${{secrets.SONAR_TOKEN}}
- name: Quality Gate
uses: VirtoCommerce/vc-github-actions/sonar-quality-gate@master
with:
login: ${{secrets.SONAR_TOKEN}}

- name: Packaging
run: vc-build Compress -skip Clean+Restore+Compile+Test
Expand Down

0 comments on commit 1a6225a

Please sign in to comment.