We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dab573b + 3398ecf commit 9be4e11Copy full SHA for 9be4e11
.github/workflows/main.yml
@@ -12,6 +12,17 @@ on:
12
workflow_dispatch:
13
14
jobs:
15
+ sonarqube-analysis:
16
+ runs-on: ubuntu-latest
17
+ steps:
18
+ - name: Checkout repo
19
+ uses: actions/checkout@v2
20
+
21
+ - name: SonarQube Analysis
22
+ uses: SonarSource/sonarqube-scan-action@master
23
+ env:
24
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
25
+ SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
26
build:
27
runs-on: ubuntu-latest
28
env:
sonar-project.properties
@@ -0,0 +1 @@
1
+sonar.projectKey=LambdaTest_testcafe-browser-provider-lambdatest_AZakr5Pc-ZKsnB8M0rz-
0 commit comments