Skip to content

Expose streams for signals #965

Expose streams for signals

Expose streams for signals #965

Workflow file for this run

on:
push:
branches: [master]
pull_request:
name: Demo CI
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-22.04
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: "ashpd-demo.flatpak"
repository-name: "flathub-beta"
manifest-path: "ashpd-demo/build-aux/com.belmoussaoui.ashpd.demo.Devel.json"
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}