Merge pull request #839 from devimc/2020-10-01/snapCI

ci: add github action to test the snap
This commit is contained in:
Julio Montes 2020-10-05 15:49:30 -05:00 committed by GitHub
commit 4657983d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.github/workflows/snap.yaml vendored Normal file
View 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