Skip to content

Bump actions/checkout from 3 to 4 #287

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #287

Workflow file for this run

name: server tests
on: [push]
jobs:
run-tests:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10' ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: >-
curl
http://archive.apache.org/dist/jena/binaries/apache-jena-4.8.0.tar.gz
| tar -zx -C /opt
- run: >-
TESTING=1
TMPDIR=/tmp
RIOT=/opt/apache-jena-4.8.0/bin/riot
ARQ=/opt/apache-jena-4.8.0/bin/arq
make test