Skip to content

Commit

Permalink
Update pull_request_no_chain.yml to allow PR check and preview later
Browse files Browse the repository at this point in the history
  • Loading branch information
domhanak authored Jan 28, 2025
1 parent f20123b commit 1e4685c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pull_request_no_chain.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Apache KIE Documentation - Build

on: [ pull_request ]

Expand All @@ -10,18 +10,18 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java-version: [8, 11]
maven-version: ['3.8.1']
java-version: [17]
maven-version: ['3.9.6']
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} - Java ${{ matrix.java-version }} - Maven
steps:
- uses: actions/checkout@v4
- name: Java and Maven Setup
uses: kiegroup/kie-ci/.ci/actions/maven@main
uses: apache/incubator-kie-kogito-pipelines/.ci/actions/maven@main
with:
java-version: ${{ matrix.java-version }}
maven-version: ${{ matrix.maven-version }}
cache-key-prefix: ${{ runner.os }}-${{ matrix.java-version }}-maven${{ matrix.maven-version }}
allow-snapshots: true
- name: Build with Maven
run: mvn -B clean install --file pom.xml
run: mvn -B clean install --file pom.xml -Dfull

0 comments on commit 1e4685c

Please sign in to comment.