Skip to content

Commit

Permalink
ci: Run installation check for all provied versions of codemeter-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
AiyionPrime committed Sep 5, 2024
1 parent b695bc4 commit e9b8f2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_ubuntu_verify_installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
run: echo "deb [signed-by=/etc/apt/trusted.gpg.d/burfeind_jan-niklas.gpg] http://localhost:8080 ./" | sudo tee /etc/apt/sources.list.d/localrepo.list
- name: Update apt
run: sudo apt-get update
- name: scan apt-cache
run: sudo apt-cache madison codemeter-lite
- name: Install codemeter-lite
run: sudo apt-get install -y codemeter-lite
- name: Kill the webserver again
Expand Down

0 comments on commit e9b8f2b

Please sign in to comment.