Skip to content

Commit

Permalink
CI: Switch to flatter
Browse files Browse the repository at this point in the history
  • Loading branch information
tchx84 committed Mar 28, 2024
1 parent e14053a commit 704ed30
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@ name: CI
jobs:
testing:
runs-on: ubuntu-latest
name: testing
container:
image: ghcr.io/andyholmes/flatter/gnome:46
options: --privileged
steps:
- uses: actions/checkout@master
- uses: tchx84/gtk-apps-testing-docker-action@gjs
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Build
uses: andyholmes/flatter@main
with:
files: com.github.tchx84.Flatseal.json
run-tests: true

0 comments on commit 704ed30

Please sign in to comment.