Skip to content

Modified the XML parser that reads the crawler XML files to support c… #217

Modified the XML parser that reads the crawler XML files to support c…

Modified the XML parser that reads the crawler XML files to support c… #217

Workflow file for this run

name: Java CI with Maven
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'adopt'
cache: maven
- name: Build and Install shared library
run: mvn install
- name: Run Spotless check
run: mvn spotless:check
- name: Run unit tests
run: mvn test