Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Jul 17, 2024
1 parent 9cc24af commit 573d7c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,11 @@ jobs:
- name: Launch linupdate
run: sudo python3 /opt/linupdate/linupdate.py --check-updates

- name: Test some params
run: |
python3 /opt/linupdate/linupdate.py --help
python3 /opt/linupdate/linupdate.py --version
python3 /opt/linupdate/linupdate.py --check-updates
python3 /opt/linupdate/linupdate.py --profile container
python3 /opt/linupdate/linupdate.py --env test

0 comments on commit 573d7c0

Please sign in to comment.