Skip to content

Commit

Permalink
CI: Switch to flatpak branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tchx84 committed Mar 28, 2024
1 parent 13a69fe commit b86449e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ on:
name: CI
jobs:
testing:
runs-on: ubuntu-latest
name: testing
runs-on: ubuntu-latest
container:
image: fedora:latest
options: --privileged
steps:
- uses: actions/checkout@master
- uses: tchx84/gtk-apps-testing-docker-action@gjs
- uses: tchx84/gtk-apps-testing-docker-action@flatpak
env:
MANIFEST_PATH: com.github.tchx84.Flatseal.json

0 comments on commit b86449e

Please sign in to comment.