Merge pull request #62 from mayankshah1607/sanity-gh-actions

CI: Add GH Actions for sanity tests
This commit is contained in:
Kubernetes Prow Robot 2020-10-13 00:04:26 -07:00 committed by GitHub
commit bf4d6bbc9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.github/workflows/sanity.yaml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Sanity Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Sanity tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run: |
make sanity-test