Skip to content

Commit

Permalink
Fix Performance tests #882 #1010
Browse files Browse the repository at this point in the history
Optional performance tests rely on prebuilt SWT components to be available.
`mvn install` is essential for this.
  • Loading branch information
basilevs committed Mar 8, 2024
1 parent 2a51e8c commit eaef729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -71,7 +71,7 @@ jobs:
--fail-at-end
-DskipNativeTests=false
-DfailIfNoTests=false
clean verify
clean install
- name: Performance tests
if: contains(github.event.pull_request.labels.*.name, 'performance')
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1
Expand Down

0 comments on commit eaef729

Please sign in to comment.