From ab21ce7a0a730d97ca9f8a59826f0d0f7fa9ac08 Mon Sep 17 00:00:00 2001 From: Vasili Gulevich Date: Fri, 8 Mar 2024 19:28:44 +0400 Subject: [PATCH] Fix Performance tests #882 #1010 Optional performance tests rely on prebuilt SWT components to be available. `mvn install` is essential for this. --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 8141fd92e6..c9ab5b715a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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