Skip to content

CI: Switch back to flatpak/flatpak-github-actions #1113

CI: Switch back to flatpak/flatpak-github-actions

CI: Switch back to flatpak/flatpak-github-actions #1113

Workflow file for this run

on:
push:
branches: [master]
pull_request:
name: CI
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: "flatseal.flatpak"
manifest-path: "com.github.tchx84.Flatseal.json"
run-tests: "true"