Skip to content

Commit

Permalink
Add listing files for jacoco plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMaj committed Jun 11, 2024
1 parent 9bfbb4c commit 6b6d9c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Tests for Flink ${{ matrix.flink }}
run: |
mvn $MAVEN_CLI_OPTS $JAVA_ADDITIONAL_OPTS -Dflink.version=${{ matrix.flink }} test integration-test
ls -alt ${{ github.workspace }}/target/site/jacoco/
- name: Test JavaDoc
run: mvn $MAVEN_CLI_OPTS $JAVA_ADDITIONAL_OPTS javadoc:javadoc
Expand Down

0 comments on commit 6b6d9c7

Please sign in to comment.