Skip to content

Commit

Permalink
fixup! fixup! ci: add automatic rpm smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VJanKraemer committed Nov 5, 2024
1 parent 145b205 commit f5fdaf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: |
python3 sil-kit-pkg/tests/test_deb.py \
--package-directory "$PKG_DIR" \
--test-directory "$TEST_DIR"
--test-directory "$TEST_DIR" \
--distro ubuntu
- name: Artifact
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
run: |
python3 sil-kit-pkg/tests/test_deb.py \
--package-directory "$PKG_DIR" \
--test-directory "$TEST_DIR"
--test-directory "$TEST_DIR" \
--distro fedora
- name: Artifact
Expand Down

0 comments on commit f5fdaf5

Please sign in to comment.