Skip to content

Commit

Permalink
Merge pull request #280 from WDAqua/initializeGraph
Browse files Browse the repository at this point in the history
Fix issues from PR 277
  • Loading branch information
anbo-de authored Jun 13, 2024
2 parents ae3f08f + 475c35c commit 77fe017
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/pull-request-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Execute tests for pull requests

on:
pull_request:

jobs:
test:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Set up Java
uses: actions/setup-java@v4
with: # The environment variables are defined when needed (here, when the package is being published)
distribution: 'temurin'
java-version: '17'

- name: Execute tests
run: mvn test

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
INSERT {
GRAPH ?graph {
qa:AnnotationOfLogQuery rdfs:subClassOf qa:AnnotationOfLog .

}
}
} WHERE {}
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,7 @@ springdoc.api-docs.path=/api-docs
#cors.global.addAllowedOriginPattern=
#cors.global.endpointPattern=


server.uri=
qanary.component.ner=
qanary.component.ned=
qanary.component.configuration=

0 comments on commit 77fe017

Please sign in to comment.