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 86b1b62 commit d97a9d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,11 @@ jobs:
- run: npm run build:server
- run: npm run lint:server
- run: npm run test:e2e

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

0 comments on commit d97a9d0

Please sign in to comment.