test: Remove deprecated pipeline instruction
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/static_analysis Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Marty Oehme 2024-01-06 11:11:30 +01:00
parent 376282eaaa
commit 1ef9a91e55
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
3 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,4 @@
pipeline: steps:
lint_ruff: lint_ruff:
image: python image: python
commands: commands:

View file

@ -1,4 +1,4 @@
pipeline: steps:
pyright: pyright:
image: nikolaik/python-nodejs image: nikolaik/python-nodejs
commands: commands:

View file

@ -1,6 +1,7 @@
branches: main when:
branch: main
pipeline: steps:
pytest: pytest:
image: ghcr.io/withlogicco/poetry:1.5.1 image: ghcr.io/withlogicco/poetry:1.5.1
commands: commands: