Skip to content

Commit b4a31bb

Browse files
authored
Merge branch 'LambdaTest:stage' into stage
2 parents a1686bb + 4b47f72 commit b4a31bb

40 files changed

+1104
-328
lines changed

.github/workflows/pr.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ on:
88
merge_group:
99

1010
jobs:
11+
sonarqube-analysis:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout repo
15+
uses: actions/checkout@v4
16+
17+
- name: SonarQube Analysis
18+
uses: SonarSource/sonarqube-scan-action@master
19+
env:
20+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
21+
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
1122
build-and-deploy:
1223
runs-on: ubuntu-20.04
1324
env:
46.2 KB
Loading
15.6 KB
Loading
67.2 KB
Loading
66.5 KB
Loading
36.1 KB
Loading
57.8 KB
Loading
23.8 KB
Loading
66.6 KB
Loading
116 KB
Loading

0 commit comments

Comments
 (0)