4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-10 06:26:56 +00:00
setup-helm/.github/workflows/unit-tests.yml
2022-04-11 11:04:38 -04:00

21 lines
399 B
YAML

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