Skip to content

Commit 2b94050

Browse files
move test-project to tests dir
1 parent f329103 commit 2b94050

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/flatpak-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: bilelmoussaoui/flatpak-github-actions@tests
1717
with:
1818
bundle: org.example.MyApp.Devel.flatpak
19-
manifest-path: org.example.MyApp.yaml
19+
manifest-path: ./tests/test-project/org.example.MyApp.yaml
2020
tests:
2121
name: Tests
2222
runs-on: ubuntu-latest

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
flatpak_app
33
repo
44
node_modules
5+
.vscode

meson.build

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
project (
2+
'test-project',
3+
'c', 'vala'
4+
)
5+
16
if get_option ('profile') == 'development'
27
add_project_arguments (
38
['-D', 'DEVEL'],

0 commit comments

Comments
 (0)