From d64e3e3de435711038d042142069feec7110b7a1 Mon Sep 17 00:00:00 2001 From: Justin Abrahms Date: Thu, 23 Jun 2022 21:46:30 -0500 Subject: [PATCH] See if I can root out build files --- .github/workflows/pullrequest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)