#622 change mvn test triggering command

This commit is contained in:
Anna Antipova 2021-08-04 18:27:50 +03:00
parent 75474c6066
commit ecd6f08374
2 changed files with 1 additions and 2 deletions

View file

@ -47,7 +47,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
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
uses: simple-elf/allure-report-action@master
if: always()

View file

@ -74,7 +74,6 @@ public class TopicTests extends BaseTest {
.timeToRetainIs(UPDATED_TIME_TO_RETAIN_VALUE)
.maxSizeOnDiskIs(UPDATED_MAX_SIZE_ON_DISK)
.maxMessageBytesIs(UPDATED_MAX_MESSAGE_BYTES);
Selenide.refresh();
}
@SneakyThrows