Skip to content

chore: remove 3 hostname tests that are no longer relevant #305

chore: remove 3 hostname tests that are no longer relevant

chore: remove 3 hostname tests that are no longer relevant #305

Workflow file for this run

on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
version: [8,11,17]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.version }}
cache: 'maven'
distribution: 'temurin'
- name: Build, test, coverage
env:
YGGDRASIL_LIB_PATH: .
run: ./mvnw clean test jacoco:report coveralls:report