Skip to content

Commit

Permalink
Merge pull request #2 from jwinarske/jw/test
Browse files Browse the repository at this point in the history
Add test pass to CI
  • Loading branch information
jwinarske authored Nov 17, 2024
2 parents 93a59d3 + a22bd80 commit 394b055
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/appstream_parser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,14 @@ jobs:
ls -la appstream_parser
echo "List Dependencies"
ldd appstream_parser
- 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}}/build/release
run: |
./appstream_parser ${{github.workspace}}/appstream.xml

0 comments on commit 394b055

Please sign in to comment.