We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff87ab commit 60c077cCopy full SHA for 60c077c
1 file changed
.github/workflows/sonar_test.yml
@@ -30,14 +30,6 @@ jobs:
30
- name: Generate .npmrc
31
run: jf npm-config --repo-resolve=carmit-prj-1-npm-remote --repo-deploy=carmit-prj-1-npm-local
32
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
41
# Check build URL
42
- name: Check build URL
43
uses: wei/curl@master
@@ -48,8 +40,7 @@ jobs:
48
# Install and run tests
49
- name: Install
50
run: jf npm i --project takoshop
51
- - name: Unit tests
52
- run: npm t
+
53
44
- name: Install SonarQube Scanner
54
45
run: |
55
46
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