Skip to content

Commit 60c077c

Browse files
authored
Update sonar_test.yml
1 parent fff87ab commit 60c077c

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/sonar_test.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ jobs:
3030
- name: Generate .npmrc
3131
run: jf npm-config --repo-resolve=carmit-prj-1-npm-remote --repo-deploy=carmit-prj-1-npm-local
3232

33-
# Run --version
34-
- name: Check versions
35-
run: jf --version && jfrog --version
36-
37-
# Check local server successfully configured
38-
- name: Sanity
39-
run: jf c show local || jfrog rt config show local
40-
4133
# Check build URL
4234
- name: Check build URL
4335
uses: wei/curl@master
@@ -48,8 +40,7 @@ jobs:
4840
# Install and run tests
4941
- name: Install
5042
run: jf npm i --project takoshop
51-
- name: Unit tests
52-
run: npm t
43+
5344
- name: Install SonarQube Scanner
5445
run: |
5546
curl -sL -sSLo sonar-scanner.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-6.2.1.4610.zip

0 commit comments

Comments
 (0)