Skip to content

Commit

Permalink
Revert "There is no point to run a failing test that is going to be i…
Browse files Browse the repository at this point in the history
…gnored"

This reverts commit cd69d6f.
  • Loading branch information
JervenBolleman committed Oct 17, 2024
1 parent cd69d6f commit 773c210
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Check SPARQL queries
on: [push, pull_request, workflow_call, workflow_dispatch]

jobs:

check:
name: Run SPARQL checks
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'

- name: Install and run checks
run: mvn test

0 comments on commit 773c210

Please sign in to comment.