Skip to content

Commit

Permalink
test ui is running in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Aug 31, 2020
1 parent f068e56 commit 301fc41
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,20 @@ jobs:
- run: node dist/bin/hb-service.js -v
- if: runner.os == 'Linux'
run: |
sudo node dist/bin/hb-service.js install --user homebridge
sudo npm link
sudo npm install -g homebridge
sudo hb-service install --user homebridge
sleep 30
sudo cat /var/lib/homebridge/homebridge.log
- if: runner.os == 'macOS'
run: |
sudo node dist/bin/hb-service.js install
sudo npm link
sudo npm install -g homebridge
sudo hb-service install
sleep 30
- if: runner.os == 'Windows'
run: |
node dist/bin/hb-service.js install
npm link
npm install -g homebridge
hb-service install
Start-Sleep -s 30
- run: node dist/bin/hb-service.js status --port 8581

0 comments on commit 301fc41

Please sign in to comment.