mirror of
https://github.com/kazhala/dotbare
synced 2024-11-02 09:40:27 +00:00
include macos test
This commit is contained in:
parent
c0421ff94a
commit
ae20b2d85f
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user