Skip to content

Commit 1c82c06

Browse files
committed
CI: test-gnome-flatpak-app-action
1 parent 9f09785 commit 1c82c06

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

.github/workflows/CI.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
on:
22
push:
3-
branches: [main]
3+
branches:
4+
- main
45
pull_request:
6+
branches:
7+
- main
58
name: CI
69
jobs:
710
testing:
811
runs-on: ubuntu-latest
912
container:
10-
image: ghcr.io/andyholmes/flatter/gnome:48
13+
image: ghcr.io/tchx84/test-gnome-flatpak-app-action:v50
1114
options: --privileged
1215
steps:
13-
- name: Checkout
14-
uses: actions/checkout@v4
15-
with:
16-
submodules: true
17-
- name: Build
18-
uses: andyholmes/flatter@v1.0.0
19-
with:
20-
files: dev.tchx84.Gameeky.json
21-
run-tests: true
16+
- uses: actions/checkout@v6
17+
- uses: tchx84/test-gnome-flatpak-app-action@v50
18+
with:
19+
manifest: dev.tchx84.Gameeky.json

0 commit comments

Comments
 (0)