fix groups
parent
dbf19dc697
commit
3ce8a6eede
|
|
@ -1,6 +1,6 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
test:
|
test:
|
||||||
group: poetry
|
group: test
|
||||||
image: python:${PYTHON_VERSION}
|
image: python:${PYTHON_VERSION}
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -10,7 +10,7 @@ pipeline:
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry run pytest
|
- poetry run pytest
|
||||||
nix:
|
nix:
|
||||||
group: nix
|
group: test
|
||||||
image: nixos/nix:latest
|
image: nixos/nix:latest
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue