Skip to content

Commit

Permalink
set up github action
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad committed Nov 7, 2023
1 parent 028467e commit 8967c44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ jobs:
${{ runner.os }}-jdk11-maven-
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libxml2-utils
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Run end-to-end tests of RDF4J Server and Workbench
working-directory: ./e2e
run: ./run.sh
Expand Down

0 comments on commit 8967c44

Please sign in to comment.