diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 698e0e45..8ebea46a 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,6 +20,8 @@ jobs: cache: maven - name: Build with Maven run: mvn --batch-mode --update-snapshots verify + - name: see generated files + run: find ./target - name: Upload coverage to Codecov uses: codecov/codecov-action@v2 with: @@ -27,4 +29,4 @@ jobs: flags: unittests # optional name: coverage # optional fail_ci_if_error: true # optional (default = false) - verbose: true # optional (default = false) \ No newline at end of file + verbose: true # optional (default = false)