ci: Drop pedantic metainfo validation job
And instead run them as a part of the regular tests.
This commit is contained in:
@@ -41,6 +41,7 @@ appstreamcli = find_program('appstreamcli', required: false)
|
||||
if appstreamcli.found()
|
||||
test('Validate metainfo file', appstreamcli,
|
||||
args: ['validate',
|
||||
'--pedantic',
|
||||
join_paths(meson.current_source_dir(),
|
||||
'org.gnome.Calls.metainfo.xml')
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user