mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2026-03-22 12:39:25 +00:00
job matrix
This commit is contained in:
7
.github/workflows/sonar.yml
vendored
7
.github/workflows/sonar.yml
vendored
@@ -10,9 +10,12 @@ env:
|
||||
SONAR_URL: https://sonarcloud.io
|
||||
SONAR_ORGANIZATION: telecominfraproject
|
||||
|
||||
|
||||
jobs:
|
||||
sonar:
|
||||
strategy:
|
||||
matrix:
|
||||
project:
|
||||
- opensync-ext-cloud
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -39,7 +42,7 @@ jobs:
|
||||
server-username: MAVEN_REPO_USERNAME
|
||||
server-password: MAVEN_REPO_PASSWORD
|
||||
- name: Run sonar
|
||||
working-directory: wlan-cloud-opensync-controller/opensync-ext-cloud
|
||||
working-directory: wlan-cloud-opensync-controller/${{ matrix.project }}
|
||||
env:
|
||||
MAVEN_REPO_USERNAME: build-pipeline
|
||||
MAVEN_REPO_PASSWORD: ${{ secrets.MAVEN_REPO_PASSWORD }}
|
||||
|
||||
Reference in New Issue
Block a user