Skip to content

Commit

Permalink
cypress-run to depend on a maven build
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Jan 23, 2025
1 parent 8ac48e8 commit 4c6ac6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: github.repository == 'apache/jena'

runs-on: ${{ matrix.os }}
timeout-minutes: 5
timeout-minutes: 15

strategy:
fail-fast: false
Expand All @@ -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
Expand All @@ -54,6 +54,7 @@ jobs:

runs-on: ${{ matrix.os }}
timeout-minutes: 15
needs: unit-test-and-build

strategy:
fail-fast: false
Expand Down

0 comments on commit 4c6ac6c

Please sign in to comment.