Skip to content

Bump pytest from 7.4.1 to 7.4.2 #290

Bump pytest from 7.4.1 to 7.4.2

Bump pytest from 7.4.1 to 7.4.2 #290

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