From 4c6ac6c1a3f0fbb84870d26812d1a969064611bf Mon Sep 17 00:00:00 2001 From: Andy Seaborne Date: Wed, 22 Jan 2025 16:47:09 +0000 Subject: [PATCH] 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 ee63f2654c2..0c328368aa6 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