Skip to content

Commit

Permalink
Add GitHub Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Sep 19, 2022
1 parent c7d406d commit 827218d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Node Test

on:
push:
branches: [master]
pull_request:
workflow_dispatch:

jobs:
build_and_test:
uses: homebridge/.github/.github/workflows/nodejs-build-and-test.yml@main
with:
enable_coverage: false
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 827218d

Please sign in to comment.