Skip to content

ARC-1487: Added option to replace documents #5

ARC-1487: Added option to replace documents

ARC-1487: Added option to replace documents #5

name: run unit tests
on:
push:
branches:
- 'main'
pull_request:
paths-ignore:
- '.github/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
cache: 'maven'
- name: Run unit tests
run: |
mvn test