Skip to content

Commit

Permalink
ci: Sync smoketests with baseapp
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Nov 18, 2024
1 parent c3bc4ba commit 4e227b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ jobs:
run: |
flatpak run --command=xvfb-run org.flatpak.Builder//localtest -a flatpak-builder --version
# Needed by flatpak-github-actions
- name: Check if dbus-daemon works
run: |
flatpak run --command=dbus-daemon org.flatpak.Builder//localtest --version
# Needed by OBS
- name: Check if gh works
run: |
Expand All @@ -89,6 +94,10 @@ jobs:
run: |
flatpak run --command=jq org.flatpak.Builder//localtest --version
- name: Check if xmlstarlet works
run: |
flatpak run --command=xmlstarlet org.flatpak.Builder//localtest --version
- name: Sanity check the linter
run: |
cd org.flatpak.Builder
Expand Down

0 comments on commit 4e227b7

Please sign in to comment.