Skip to content

Commit

Permalink
tmp test
Browse files Browse the repository at this point in the history
  • Loading branch information
starnight committed Dec 13, 2023
1 parent 7c1421e commit 900bfd2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build

on:
push:
branches:
- main
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -66,6 +64,11 @@ jobs:
# [3]: https://github.com/endlessm/endless-key-flatpak/issues/66
- name: Validate metainfo
run: |
whoami
ls -l flatpak_app/files/*
ls -l flatpak_app/files/share/*
ls -l flatpak_app/files/share/appdata/*
ls -l flatpak_app/files/share/appdata/org.endlessos.Key.Devel.appdata.xml
flatpak run \
--env=G_DEBUG=fatal-criticals \
--command=appstream-util \
Expand Down

0 comments on commit 900bfd2

Please sign in to comment.