Skip to content

Bump grpcio from 1.49.1 to 1.53.2 #38

Bump grpcio from 1.49.1 to 1.53.2

Bump grpcio from 1.49.1 to 1.53.2 #38

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