|
@@ -47,7 +47,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: mvn -B -Pprod verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
|
|
|
|
|
|
+ run: mvn 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()
|