mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 07:19:06 +00:00
Merge pull request #839 from devimc/2020-10-01/snapCI
ci: add github action to test the snap
This commit is contained in:
commit
4657983d80
15
.github/workflows/snap.yaml
vendored
Normal file
15
.github/workflows/snap.yaml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: snap CI
|
||||
on: ["pull_request"]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Check out
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install Snapcraft
|
||||
uses: samuelmeuli/action-snapcraft@v1
|
||||
|
||||
- name: Build snap
|
||||
run: |
|
||||
snapcraft -d snap --destructive-mode
|
Loading…
Reference in New Issue
Block a user