Skip to content

[issue 183] - OpenShift AI: implement tooling to provision the Authorino service via its Operator #562

[issue 183] - OpenShift AI: implement tooling to provision the Authorino service via its Operator

[issue 183] - OpenShift AI: implement tooling to provision the Authorino service via its Operator #562

Workflow file for this run

name: Intersmash - Simple build workflow
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
simple-build:
if: '! github.event.pull_request.draft'
runs-on: ubuntu-latest
steps:
- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.8.7
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Maven
run: mvn -version ; mvn clean install -U -B -DskipTests ; mvn test -pl testsuite/deployments/deployments-provider,core,provisioners -am