Skip to content

Commit d64e3e3

Browse files
committed
See if I can root out build files
1 parent 91c27a8 commit d64e3e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pullrequest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ jobs:
2020
cache: maven
2121
- name: Build with Maven
2222
run: mvn --batch-mode --update-snapshots verify
23+
- name: see generated files
24+
run: find ./target
2325
- name: Upload coverage to Codecov
2426
uses: codecov/codecov-action@v2
2527
with:
2628
directory: lib/build
2729
flags: unittests # optional
2830
name: coverage # optional
2931
fail_ci_if_error: true # optional (default = false)
30-
verbose: true # optional (default = false)
32+
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)