Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuhammedrafi committed Dec 5, 2024
1 parent 075075b commit 37b27f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gnome_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ jobs:
uses: actions/checkout@v3
with:
path: networkmanager

fetch-depth: 2

- name: Build networkmanager with Gnome Proxy
run: >
cmake
Expand All @@ -105,7 +106,6 @@ jobs:
&&
cmake --build build/GnomeNetworkmanager --target install -j8
- name: Run unit tests without valgrind
run: >
PATH=${{github.workspace}}/install/usr/bin:${PATH}
Expand All @@ -128,7 +128,6 @@ jobs:
name: coverage-report
path: /tmp/coverage_report


# Step 2: Check if JSON file has changes
- name: Check for JSON Changes
id: check_json
Expand Down
2 changes: 1 addition & 1 deletion NetworkManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"status": "development",
"description": "A Unified `NetworkManager` plugin that allows you to manage Ethernet and Wifi interfaces on the device.",
"sourcelocation": "https://github.com/rdkcentral/networkmanager/blob/main/NetworkManager.json",
"version": "0.5.4"
"version": "0.5.6"
},
"definitions": {
"success": {
Expand Down

0 comments on commit 37b27f4

Please sign in to comment.