Skip to content

Commit

Permalink
imp - Try to verify installability
Browse files Browse the repository at this point in the history
---

We've added a verification stage where we try to install the newly created
packages.

---

Type: imp
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jan 6, 2025
1 parent 96057ec commit a269bb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-ppa-package-with-lintian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ jobs:
with:
name: Nitrocid-KS-Debian-Package
path: "*.deb"

- name: Try to install
run: |
sudo apt install ./*.deb
4 changes: 4 additions & 0 deletions .github/workflows/build-ppa-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ jobs:
with:
name: Nitrocid-KS-Debian-Package
path: "*.deb"

- name: Try to install
run: |
sudo apt install ./*.deb

0 comments on commit a269bb5

Please sign in to comment.