Add happy path test for sending discord notification

This commit is contained in:
Deko
2023-03-04 00:38:22 +01:00
parent b5a7d409f8
commit 3a194988c1
4 changed files with 51 additions and 8 deletions

View File

@@ -14,9 +14,9 @@ stages:
image: python:3.11.2
only:
changes:
- "/poetry.lock"
- "/pyproject.toml"
- "/app/*"
- "poetry.lock"
- "pyproject.toml"
- "app/*"
.test:
extends: .base