Skip to content

Commit

Permalink
Merge pull request #62 from mayankshah1607/sanity-gh-actions
Browse files Browse the repository at this point in the history
CI: Add GH Actions for sanity tests
  • Loading branch information
k8s-ci-robot authored Oct 13, 2020
2 parents d349377 + c8f2cd1 commit bf4d6bb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/sanity.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bf4d6bb

Please sign in to comment.