feat: move new_note function to a separate file
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
75d623a124
commit
3d053d532a
12 changed files with 239 additions and 105 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: build
|
||||
name: build and test
|
||||
|
||||
trigger:
|
||||
ref:
|
||||
|
|
@ -52,6 +52,7 @@ steps:
|
|||
pull: true
|
||||
image: git.roboces.dev/catalin/poetry:beta
|
||||
commands:
|
||||
- apk add --no-cache age openssh
|
||||
- .venv/bin/pytest
|
||||
depends_on:
|
||||
- install_deps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue