2
0
mirror of https://github.com/kazhala/dotbare synced 2024-11-02 09:40:27 +00:00
This commit is contained in:
kevin zhuang 2020-05-13 15:18:49 +10:00
parent e270709583
commit b6470fcd54

View File

@ -5,5 +5,6 @@ service:
before_script: docker pull bats/bats:latest
script:
- ./shellcheck.sh
- export PATH="$PATH:${PWD}"
- dotbare finit -u https://github.com/kazhala/dotfiles.git
- docker run -it -v "${PWD}:/code" bats/bats:latest tests
- docker run -it -v "${PWD}:/code" bats/bats:latest --tap ./tests