|
@@ -43,9 +43,7 @@ jobs:
|
|
env:
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
|
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
|
- run: |
|
|
|
|
- cd kafka-ui-e2e-checks/
|
|
|
|
- mvn test
|
|
|
|
|
|
+ run: mvn -pl '!kafka-ui-api' test -Pprod
|
|
- name: Generate allure report
|
|
- name: Generate allure report
|
|
uses: simple-elf/allure-report-action@master
|
|
uses: simple-elf/allure-report-action@master
|
|
if: always()
|
|
if: always()
|