Skip to content

Commit

Permalink
Add test pass to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Winarske <[email protected]>
  • Loading branch information
jwinarske committed Nov 17, 2024
1 parent 93a59d3 commit 2f90f0a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/appstream_parser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,19 @@ jobs:
ls -la appstream_parser
echo "List Dependencies"
ldd appstream_parser
- name: Install package
working-directory: ${{github.workspace}}/build/release/_packages
run: |
sudo apt install appstream_parser_0.0.1_amd64.deb
- name: Fetch appstream.xml
working-directory: ${{github.workspace}}
run: |
wget https://dl.flathub.org/repo/appstream/x86_64/appstream.xml.gz
gunzip appstream.xml.gz
- name: Run appstream_parser
working-directory: ${{github.workspace}}
run: |
appstream_parser ./appstream.xml

0 comments on commit 2f90f0a

Please sign in to comment.