Attempt to test using bats / drone
This commit is contained in:
@ -8,6 +8,12 @@ steps:
|
||||
- apt update
|
||||
- apt install -y shellcheck
|
||||
- shellcheck abra script.d/*
|
||||
- name: test
|
||||
image: debian:buster
|
||||
commands:
|
||||
- apt update
|
||||
- apt install -y bats docker
|
||||
- bats test.bats
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
|
||||
Reference in New Issue
Block a user