diff --git a/.github/workflows/appstream_parser.yaml b/.github/workflows/appstream_parser.yaml index a13fc75..3fd4b81 100644 --- a/.github/workflows/appstream_parser.yaml +++ b/.github/workflows/appstream_parser.yaml @@ -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