Add Github Actions for CI

This commit is contained in:
Shishir 2021-01-29 16:27:39 -08:00 committed by GitHub
parent 9f36775fc5
commit 5e1a6216c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.github/workflows/config.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: config
on:
pull_request:
branches: [ master ]
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run containerd-driver integration tests
run: make test