Skip to content

Commit

Permalink
include virtuoso as a service in CI
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stuzart committed Apr 12, 2021
1 parent a0902ab commit 163c82c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 163c82c

Please # to comment.