[gitlab] Remove unit testing CI for now
This commit is contained in:
parent
8d19ff9ffd
commit
dd62216327
1 changed files with 0 additions and 8 deletions
|
@ -24,11 +24,3 @@ lint:
|
||||||
- find . -type f -name '*.sh' | xargs shfmt -d -i 2
|
- find . -type f -name '*.sh' | xargs shfmt -d -i 2
|
||||||
- echo "--------- CHECKING ZSH SHELLSCRIPTS -------------"
|
- echo "--------- CHECKING ZSH SHELLSCRIPTS -------------"
|
||||||
- find . -type f -name '*.zsh' | xargs shfmt -d -i 2
|
- find . -type f -name '*.zsh' | xargs shfmt -d -i 2
|
||||||
|
|
||||||
test:
|
|
||||||
stage: test
|
|
||||||
image: bats/bats:latest
|
|
||||||
before_script:
|
|
||||||
- bats --version
|
|
||||||
script:
|
|
||||||
- bats -r .
|
|
||||||
|
|
Loading…
Reference in a new issue