Skip to content

Commit 3db8d18

Browse files
committed
Remove debug
1 parent 36de563 commit 3db8d18

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,9 @@ jobs:
1919
distribution: 'temurin'
2020
cache: maven
2121

22-
- name: Setup tmate session
23-
uses: mxschmitt/action-tmate@v3
2422
- name: Build with Maven
2523
run: mvn --batch-mode --update-snapshots verify
26-
- name: see generated files
27-
run: find ./target
24+
2825
- name: Upload coverage to Codecov
2926
uses: codecov/codecov-action@v2
3027
with:

0 commit comments

Comments
 (0)