Skip to content

53 shaclinfersh hangs when ttl contains some specific owlimports #21

53 shaclinfersh hangs when ttl contains some specific owlimports

53 shaclinfersh hangs when ttl contains some specific owlimports #21

Workflow file for this run

name: Maven Test
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
distribution: [ "temurin", "corretto" ]
java: [ "17", "21" ]
name: Testing with Java ${{ matrix.java }} (${{ matrix.distribution }})
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up JDK
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java }}
- name: Test with Maven
run: mvn -B test