Skip to content

Allow links clickable in template editor #2

Allow links clickable in template editor

Allow links clickable in template editor #2

Workflow file for this run

name: PR Unit Tests with Cancel Previous Runs
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Run unit tests
run: mvn --batch-mode test