Skip to content

Commit 90a34d6

Browse files
SK-2143: update tests run command
1 parent f776491 commit 90a34d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo TEST_REUSABLE_TOKEN=${{ secrets.TEST_REUSABLE_TOKEN }} >> .env
4141
4242
- name: Build & Run tests with Maven
43-
run: mvn -B package -f pom.xml
43+
run: mvn -B package -f pom.xml -Dmaven.javadoc.skip=true
4444

4545
- name: Codecov
4646
uses: codecov/codecov-action@v2.1.0

0 commit comments

Comments
 (0)