fix groups
parent
dbf19dc697
commit
3ce8a6eede
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue