job matrix

This commit is contained in:
Eugene Taranov
2020-06-18 15:02:22 +03:00
parent d712c9e7dc
commit e27c7daf74

View File

@@ -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 }}