mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-06-25 08:19:27 +08:00
Added L2 tests and compiled src. (#23)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
name: "Run L0 tests."
|
||||
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: Run L0 tests.
|
||||
run: |
|
||||
npm install
|
||||
npm test
|
||||
Reference in New Issue
Block a user