Skip to content

Commit

Permalink
To fix the workflow issue (rdkcentral#58)
Browse files Browse the repository at this point in the history
* fix the workflow issue

* Update gnome_unit_test.yml
  • Loading branch information
parvathika authored Dec 13, 2024
1 parent c077ce4 commit 398d924
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gnome_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
unit-tests:
name: Build and run unit tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Configure cache
Expand Down
15 changes: 0 additions & 15 deletions Tests/unit_test/test_NetworkManagerConnectivity.cpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
#include "NetworkManagerImplementation.h"
#include "NetworkManagerConnectivity.h"

#include <cstring>
#include <atomic>
#include <vector>
#include <thread>
#include <chrono>
#include <map>
#include <curl/curl.h>
#include <condition_variable>
#include <mutex>
#include <cerrno>
#include <cstdlib>
#include <fstream>
#include <algorithm>
#include <ctime>
#include <gtest/gtest.h>
#include <gmock/gmock.h>

Expand Down

0 comments on commit 398d924

Please sign in to comment.