Skip to content

Commit

Permalink
hb-service install in github actions vm
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Aug 15, 2020
1 parent 53a8253 commit 426abe3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
- run: npm run lint:server
- run: npm run test:e2e

# test hb-service
- run: node dist/bin/hb-service.js -v
- if: matrix.os == 'macos-latest'
run: sudo node dist/bin/hb-service.js install
- if: matrix.os == 'ubuntu-latest'
- if: runner.os == 'Linux'
run: sudo node dist/bin/hb-service.js install --user homebridge
- if: matrix.os == 'windows-latest'
- if: runner.os == 'macOS'
run: sudo node dist/bin/hb-service.js install
- if: runner.os == 'Windows'
run: node dist/bin/hb-service.js install

0 comments on commit 426abe3

Please sign in to comment.