CI: WIP
Some checks failed
pcb-tools / test (3.5) (push) Has been cancelled
pcb-tools / test (3.6) (push) Has been cancelled
pcb-tools / test (3.7) (push) Has been cancelled
pcb-tools / test (3.8) (push) Has been cancelled
pcb-tools / coverage (push) Has been cancelled

This commit is contained in:
jaseg 2022-02-06 23:07:51 +01:00
parent cac0ef4240
commit a91d760c08

View file

@ -27,6 +27,11 @@ test:archlinux:
- pytest -o 'testpaths=gerbonara/tests' -o 'norecursedirs=*' - pytest -o 'testpaths=gerbonara/tests' -o 'norecursedirs=*'
dependencies: dependencies:
- build:archlinux - build:archlinux
cache:
key: test-image-cache
paths:
- gerbonara/tests/image_cache/*.svg
- gerbonara/tests/image_cache/*.png
artifacts: artifacts:
name: "gerbolyze-$CI_COMMIT_REF_NAME-gerbonara" name: "gerbolyze-$CI_COMMIT_REF_NAME-gerbonara"
when: on_failure when: on_failure