Switch to github actions

This commit is contained in:
Fabian Koller
2020-12-31 11:48:05 +01:00
parent cbfd106293
commit 93e69ebf38
2 changed files with 33 additions and 10 deletions

View File

@@ -33,16 +33,6 @@ 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