From 163c82cc4302269cc8ca06d50cf113c4865b70ff Mon Sep 17 00:00:00 2001 From: Stuart Owen Date: Mon, 12 Apr 2021 14:29:51 +0100 Subject: [PATCH] include virtuoso as a service in CI include the tenforce/virutoso docker container as a service in the github ci.yml however, currently just the service, not yet included in any tests #15 --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b65e2a5..f41226c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,16 @@ jobs: - 3.0 - ruby-head # Eventualy - jruby + services: + virtuoso: + image: tenforce/virtuoso + env: + DBA_PASSWORD: tester + SPARQL_UPDATE: true + DEFAULT_GRAPH: test:graph + ports: + - 8890:8890 + - 1111:1111 steps: - name: Clone repository uses: actions/checkout@v2