Skip to content

Removed the API app since we don't use it and WirMarkt (who was devel… #436

Removed the API app since we don't use it and WirMarkt (who was devel…

Removed the API app since we don't use it and WirMarkt (who was devel… #436

Workflow file for this run

name: Run python tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Run Test
run: docker compose run web make test