Skip to content

Commit bdeb11e

Browse files
committed
try to fix lombok
Signed-off-by: christian.lutnik <[email protected]>
1 parent f0e5b68 commit bdeb11e

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
@@ -55,7 +55,9 @@ jobs:
5555
verbose: true # optional (default = false)
5656

5757
- name: Run JMH benchmark
58-
run: 'jmh:benchmark -rf json -rff output.json .*'
58+
run: |
59+
'mvn clean compile'
60+
'mvn jmh:benchmark -rf json -rff output.json .*'
5961
6062
- name: Perform CodeQL Analysis
6163
uses: github/codeql-action/analyze@624d0bca90f761ffa7ce50c41875a1a226969a02

0 commit comments

Comments
 (0)