Skip to content

EPA-55: Remove IP remapping when contacting RISE in the diga-epa-lib #1

EPA-55: Remove IP remapping when contacting RISE in the diga-epa-lib

EPA-55: Remove IP remapping when contacting RISE in the diga-epa-lib #1

Workflow file for this run

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