1 parent 9f09785 commit 1c82c06Copy full SHA for 1c82c06
1 file changed
.github/workflows/CI.yml
@@ -1,21 +1,19 @@
1
on:
2
push:
3
- branches: [main]
+ branches:
4
+ - main
5
pull_request:
6
7
8
name: CI
9
jobs:
10
testing:
11
runs-on: ubuntu-latest
12
container:
- image: ghcr.io/andyholmes/flatter/gnome:48
13
+ image: ghcr.io/tchx84/test-gnome-flatpak-app-action:v50
14
options: --privileged
15
steps:
- - name: Checkout
- uses: actions/checkout@v4
- with:
16
- submodules: true
17
- - name: Build
18
- uses: andyholmes/flatter@v1.0.0
19
20
- files: dev.tchx84.Gameeky.json
21
- run-tests: true
+ - uses: actions/checkout@v6
+ - uses: tchx84/test-gnome-flatpak-app-action@v50
+ with:
+ manifest: dev.tchx84.Gameeky.json
0 commit comments