4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-09 14:06:56 +00:00
setup-helm/.github/workflows/unit-tests.yml
2021-03-26 21:35:41 +05:30

22 lines
No EOL
423 B
YAML

name: "build-test"
on: # rebuild any PRs and main branch changes
pull_request:
branches:
- master
- 'releases/*'
push:
branches:
- master
- 'releases/*'
jobs:
build: # make sure build/ci works properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build and run L0 tests.
run: |
npm install
npm run build
npm test