From 704ed303615896196f9158e6986db14da079452c Mon Sep 17 00:00:00 2001 From: Martin Abente Lahaye Date: Thu, 28 Mar 2024 16:03:55 -0400 Subject: [PATCH] CI: Switch to flatter --- .github/workflows/CI.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c4c57391..32eb3251 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 \ No newline at end of file