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 bdeb11e commit 0f49346Copy full SHA for 0f49346
.github/workflows/pullrequest.yml
@@ -55,9 +55,10 @@ jobs:
55
verbose: true # optional (default = false)
56
57
- name: Run JMH benchmark
58
- run: |
59
- 'mvn clean compile'
60
- 'mvn jmh:benchmark -rf json -rff output.json .*'
+ run: mvn --batch-mode --update-snapshots --activate-profiles e2e,${{ matrix.build.profile }} verify
+ #run: |
+ # 'mvn clean compile'
61
+ # 'mvn jmh:benchmark -rf json -rff output.json .*'
62
63
- name: Perform CodeQL Analysis
64
uses: github/codeql-action/analyze@624d0bca90f761ffa7ce50c41875a1a226969a02
0 commit comments