Skip to content

Commit

Permalink
Improve testing (#937)
Browse files Browse the repository at this point in the history
* Add minimal dependency for testing desktop apps

* add manifest trigger
  • Loading branch information
philclifford authored Nov 12, 2023
1 parent b768439 commit aae45fb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests-01-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types: [opened, synchronize]
paths:
- "01-main/packages/*"
- "01-main/manifest"
- "!01-main/packages/*.html"
- "!01-main/packages/*.json"
- "!01-main/packages/timestamp"
Expand All @@ -23,11 +24,8 @@ jobs:
run: |
sudo apt-get update
# Dependencies to build the deb
# sudo apt-get install build-essential devscripts debhelper -y
# Dependencies for deb-get itself
sudo apt-get install apt apt-transport-https bash coreutils curl dpkg gpg grep libc-bin lsb-release sed software-properties-common sudo wget -y
sudo apt-get install apt apt-transport-https bash coreutils curl dpkg gpg grep libc-bin lsb-release sed software-properties-common sudo wget desktop-file-utils -y
- name: Initialize /etc/deb-get
run: |
Expand Down

0 comments on commit aae45fb

Please sign in to comment.