We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e5b68 commit bdeb11eCopy full SHA for bdeb11e
.github/workflows/pullrequest.yml
@@ -55,7 +55,9 @@ jobs:
55
verbose: true # optional (default = false)
56
57
- name: Run JMH benchmark
58
- run: 'jmh:benchmark -rf json -rff output.json .*'
+ run: |
59
+ 'mvn clean compile'
60
+ 'mvn jmh:benchmark -rf json -rff output.json .*'
61
62
- name: Perform CodeQL Analysis
63
uses: github/codeql-action/analyze@624d0bca90f761ffa7ce50c41875a1a226969a02
0 commit comments