mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-18 22:14:22 -06:00
Add molecule test for role
Only test default installation with jbig2enc and sqlite
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -33,6 +33,16 @@ jobs:
|
||||
- ng build --prod
|
||||
after_success: true
|
||||
|
||||
- name: "Ansible role"
|
||||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
install:
|
||||
- python3 -m pip install molecule[ansible,docker]
|
||||
script:
|
||||
- cd ansible/
|
||||
- molecule test
|
||||
after_success: true
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
|
||||
Reference in New Issue
Block a user