Skip to content

Commit

Permalink
fix: Extend test coverage on basic commands
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford authored and flexiondotorg committed Oct 5, 2022
1 parent 54c7d08 commit 20a7b7a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -29,9 +29,17 @@ jobs:
chmod a+x ./deb-get
./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

0 comments on commit 20a7b7a

Please sign in to comment.