Skip to content

Commit

Permalink
remove cache for fuseki installation (no longer used)
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed Aug 31, 2023
1 parent 2c0cf8b commit e541940
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
with:
fetch-depth: 0

- name: Cache Fuseki installation
uses: actions/cache@v3
with:
path: tests/apache-jena-fuseki-*
key: fuseki-${{ hashFiles('tests/init_fuseki.sh') }}

- name: Start up Fuseki
run: cd tests; ./init_fuseki.sh

Expand Down

0 comments on commit e541940

Please sign in to comment.