Skip to content

Bump cryptography from 42.0.8 to 43.0.1 (#70) #299

Bump cryptography from 42.0.8 to 43.0.1 (#70)

Bump cryptography from 42.0.8 to 43.0.1 (#70) #299

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: Unit tests, Flake8 and Isort
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Docker images
run: docker compose build
- name: Run tests
run: docker compose run app tox