Skip to content

Added to test data generation the creation of fake update logs. #641

Added to test data generation the creation of fake update logs.

Added to test data generation the creation of fake update logs. #641

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