mirror of
https://github.com/gqrx-sdr/gqrx.git
synced 2025-12-23 22:47:44 -05:00
Do not access the network when validating metadata
Requests to gqrx.dk sometimes fail, causing flaky CI
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
|||||||
- name: Validate desktop entry
|
- name: Validate desktop entry
|
||||||
run: desktop-file-validate dk.gqrx.gqrx.desktop
|
run: desktop-file-validate dk.gqrx.gqrx.desktop
|
||||||
- name: Validate appstream metadata
|
- name: Validate appstream metadata
|
||||||
run: appstreamcli validate dk.gqrx.gqrx.appdata.xml
|
run: appstreamcli validate --no-net dk.gqrx.gqrx.appdata.xml
|
||||||
macos-build:
|
macos-build:
|
||||||
name: MacOS CI
|
name: MacOS CI
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Reference in New Issue
Block a user