#622 change mvn test triggering command
This commit is contained in:
parent
75474c6066
commit
ecd6f08374
2 changed files with 1 additions and 2 deletions
2
.github/workflows/e2e-checks.yaml
vendored
2
.github/workflows/e2e-checks.yaml
vendored
|
@ -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()
|
||||||
|
|
|
@ -74,7 +74,6 @@ public class TopicTests extends BaseTest {
|
||||||
.timeToRetainIs(UPDATED_TIME_TO_RETAIN_VALUE)
|
.timeToRetainIs(UPDATED_TIME_TO_RETAIN_VALUE)
|
||||||
.maxSizeOnDiskIs(UPDATED_MAX_SIZE_ON_DISK)
|
.maxSizeOnDiskIs(UPDATED_MAX_SIZE_ON_DISK)
|
||||||
.maxMessageBytesIs(UPDATED_MAX_MESSAGE_BYTES);
|
.maxMessageBytesIs(UPDATED_MAX_MESSAGE_BYTES);
|
||||||
Selenide.refresh();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@SneakyThrows
|
@SneakyThrows
|
||||||
|
|
Loading…
Add table
Reference in a new issue