Skip to content

re-enable e2e tests, update SpringBoot to 3.2.4, Keycloak to 22.0.4 #65

re-enable e2e tests, update SpringBoot to 3.2.4, Keycloak to 22.0.4

re-enable e2e tests, update SpringBoot to 3.2.4, Keycloak to 22.0.4 #65

Workflow file for this run

name: Actions on pull requests
on:
pull_request:
branches:
- develop
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Step 1 - Checkout repository code
uses: actions/checkout@v4
- name: Step 2 - Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Step 3 - Build & Test
run: mvn clean verify -ntp
- name: Step 4 - Build client
run: ./scripts/build_client.sh