2
0
mirror of https://github.com/kazhala/dotbare synced 2024-11-02 09:40:27 +00:00

include macos test

This commit is contained in:
kevin zhuang 2020-05-15 14:08:19 +10:00
parent c0421ff94a
commit ae20b2d85f

View File

@ -23,3 +23,10 @@ jobs:
- run: npm install -g bats
- run: ./dotbare finit -u https://github.com/kazhala/dotfiles.git
- run: bats tests
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew install bats
- run: export confirm='y' && ./dotbare finit -y
- run: bats tests