Mayank Shah 21f158daa2 CI: update GH Actions for sanity-test
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-10-14 15:00:25 +05:30

19 lines
392 B
YAML

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: Install nfs-common
run: |
sudo apt-get install -y nfs-common
- name: Run tests
run: |
make sanity-test