Skip to content

Updated theme to support Keycloak v23.0.6 + updated local development… #84

Updated theme to support Keycloak v23.0.6 + updated local development…

Updated theme to support Keycloak v23.0.6 + updated local development… #84

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a build.sh
run: bash build.sh
shell: bash
- name: Archive artifacts (jar)
uses: actions/upload-artifact@v2
with:
name: artifacts-jar
path: target/*.jar