Skip to content

Commit

Permalink
GitHubCI: test installing&invoking the snap
Browse files Browse the repository at this point in the history
Inspired by [1] (surprising that it works now!).

[1] https://snapcraft.io/docs/ros-with-github-actions
  • Loading branch information
knocte committed Jan 28, 2023
1 parent 84ffa08 commit 775267d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,13 @@ jobs:
./scripts/install_snapcraft.sh
sudo ./scripts/snap_build.sh
- name: Install snap
# dangerous because it's a local snap (not one from the SnapStore)
run: sudo snap install --dangerous *.snap

- name: Test snap
run: gwallet --version

- name: Upload snap package as artifact
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 775267d

Please sign in to comment.