Skip to content

Commit 223d408

Browse files
committed
CI: Switch to flatter
1 parent 50a1242 commit 223d408

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/workflows/CI.yml

+12-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ name: CI
66
jobs:
77
testing:
88
runs-on: ubuntu-latest
9-
name: testing
9+
container:
10+
image: ghcr.io/andyholmes/flatter/gnome:46
11+
options: --privileged
1012
steps:
11-
- uses: actions/checkout@master
12-
- uses: tchx84/gtk-apps-testing-docker-action@gjs
13+
- name: Checkout
14+
uses: actions/checkout@v4
15+
with:
16+
submodules: true
17+
- name: Build
18+
uses: andyholmes/flatter@main
19+
with:
20+
files: com.github.tchx84.Flatseal.json
21+
run-tests: true

0 commit comments

Comments
 (0)