Skip to content

Add more verbs to the API #100

Add more verbs to the API

Add more verbs to the API #100

Workflow file for this run

name: run dimail-api tests
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Récupère les sources
uses: actions/checkout@v4
- name: Installe Python
uses: actions/setup-python@v5
with:
python-version-file: '.python-version'
- name: Installe les dépendances `pip`
run: python -m pip install -r requirements.txt
- name: Lance les tests
run: pytest
working-directory: src
env:
DIMAIL_JWT_SECRET: "a secret secret"
DIMAIL_test_containers: true