Skip to content

Commit e83a6a4

Browse files
committed
#SBCOSS-449 feat: adding github action to run test cases and code quality checks
1 parent 63cb2bb commit e83a6a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/Code-Quality-check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
CLOUD_STORE_GROUP_ID: ${{ vars.CLOUD_STORE_GROUP_ID }}
1313
CLOUD_STORE_ARTIFACT_ID: ${{ vars.CLOUD_STORE_ARTIFACT_ID }}
1414
CLOUD_STORE_VERSION: ${{ vars.CLOUD_STORE_VERSION }}
15-
PROJECT_KEY: ${{ vars.SONAR_PROJECT_KEY }}
16-
ORGANISATION_KEY: ${{ vars.SONAR_ORGANISATION_KEY }}
1715
steps:
1816
- uses: actions/checkout@v3
1917
with:

0 commit comments

Comments
 (0)