Skip to content

Remove filter for news articles and add delete functionality to manager/worker architecture #39

Remove filter for news articles and add delete functionality to manager/worker architecture

Remove filter for news articles and add delete functionality to manager/worker architecture #39

Workflow file for this run

name: Run unit tests
on:
pull_request:
branches:
- main
- stable
jobs:
test:
runs-on: ubuntu-latest
container: python:3.9
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install dependencies
run: poetry install
- name: Run unit tests
run: |
cd backend
poetry run python manage.py test