oneuptime/.github/workflows/test.home.yaml

21 lines
407 B
YAML
Raw Normal View History

name: Home Test
2022-07-05 14:14:54 +00:00
on:
pull_request:
push:
branches-ignore:
- 'hotfix-*' # excludes hotfix branches
- 'release'
jobs:
test:
runs-on: ubuntu-latest
2022-11-09 14:37:25 +00:00
env:
CI_PIPELINE_ID: ${{github.run_number}}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
check-latest: true
- run: cd Home && npm install && npm run test