Skip to content

Update JSON-LD context (w3id.org -> w3.org) #9

Update JSON-LD context (w3id.org -> w3.org)

Update JSON-LD context (w3id.org -> w3.org) #9

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test_backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Install Poetry
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.2.1
- name: Install Dependencies
run: poetry install
- name: Run Tests
run: poetry run pytest