Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Extend test coverage on basic commands #546

Merged
merged 1 commit into from Oct 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -28,9 +28,17 @@ jobs:
run: |
./deb-get update >/dev/null
./deb-get list >/dev/null
./deb-get prettylist >/dev/null
./deb-get csvlist >/dev/null
./deb-get show deb-get >/dev/null
./deb-get help >/dev/null
./deb-get cache >/dev/null
./deb-get version >/dev/null
./deb-get clean >/dev/null

# upgrade is skipped because of full system upgrade and otherwise testing package installs
# covers most of that. Seperate job/workflow for occassional upgrade validation
# say when tagging for release might be good.

# Install a couple of packages to see if they still install
- name: Test package installations
Expand Down