This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 4c6ac6c1a3 cypress-run to depend on a maven build
4c6ac6c1a3 is described below

commit 4c6ac6c1a3f0fbb84870d26812d1a969064611bf
Author: Andy Seaborne <[email protected]>
AuthorDate: Wed Jan 22 16:47:09 2025 +0000

    cypress-run to depend on a maven build
---
 .github/workflows/ui.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml
index ee63f2654c..0c328368aa 100644
--- a/.github/workflows/ui.yml
+++ b/.github/workflows/ui.yml
@@ -17,7 +17,7 @@ jobs:
     if: github.repository == 'apache/jena'
 
     runs-on: ${{ matrix.os }}
-    timeout-minutes: 5
+    timeout-minutes: 15
 
     strategy:
       fail-fast: false
@@ -42,7 +42,7 @@ jobs:
           java-version: ${{ matrix.java_version }}
 
       - name: Build with Maven
-        run: mvn -B --file pom.xml --projects jena-fuseki2/jena-fuseki-ui 
--also-make-dependents test install
+        run: mvn -B --file pom.xml clean install -Pdev 
-Dmaven.javadoc.skip=true
 
       - name: Lint
         working-directory: jena-fuseki2/jena-fuseki-ui
@@ -54,6 +54,7 @@ jobs:
 
     runs-on: ${{ matrix.os }}
     timeout-minutes: 15
+    needs: unit-test-and-build
 
     strategy:
       fail-fast: false

Reply via email to