fix groups

main
Histausse 2023-05-20 22:26:03 +02:00
parent dbf19dc697
commit 3ce8a6eede
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pipeline:
test:
group: poetry
group: test
image: python:${PYTHON_VERSION}
pull: true
environment:
@ -10,7 +10,7 @@ pipeline:
- poetry install
- poetry run pytest
nix:
group: nix
group: test
image: nixos/nix:latest
pull: true
commands: