|
@@ -43,7 +43,9 @@ 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: mvn test -Pprod
|
|
|
|
|
|
+ run: |
|
|
|
|
+ cd kafka-ui-e2e-checks/
|
|
|
|
+ mvn test
|
|
- 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()
|