Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: wbpcode <[email protected]>
  • Loading branch information
wbpcode committed Aug 13, 2024
1 parent 3287c8b commit c7279ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
- name: Install cmake dependencies and run cmake compile
run: |
sudo apt update
sudo apt -y install cmake
sudo apt -y install cmake
sudo git clone -b v9.1.0 https://github.com/apache/skywalking-data-collect-protocol.git ./3rdparty/skywalking-data-collect-protocol
sudo git clone -b v1.46.6 https://github.com/grpc/grpc.git --recursive
sudo cmake -S ./grpc -B ./grpc/build
sudo cmake -S ./grpc -B ./grpc/build
sudo cmake --build ./grpc/build --parallel 8 --target install
sudo cmake -S . -B ./build
sudo cmake -S . -B ./build
sudo cmake --build ./build
- name: Install lcov and genhtml and link llvm
run: |
Expand All @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v3
- name: Prepare service container
run: |
docker-compose -f test/e2e/docker/docker-compose.e2e.yml up -d
docker compose -f test/e2e/docker/docker-compose.e2e.yml up -d
- name: Run e2e
run: |
pip3 install --upgrade pip
Expand All @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v3
- name: Prepare service container
run: |
docker-compose -f test/e2e/docker/docker-compose.e2e-python.yml up -d
docker compose -f test/e2e/docker/docker-compose.e2e-python.yml up -d
- name: Run e2e
run: |
pip3 install --upgrade pip
Expand Down
14 changes: 0 additions & 14 deletions test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,6 @@ cc_test(
],
)

cc_test(
name = "dynamic_config_test",
srcs = [
"dynamic_config_test.cc",
],
visibility = ["//visibility:public"],
deps = [
":mocks",
"//source:cpp2sky_lib",
"@com_google_absl//absl/memory",
"@com_google_googletest//:gtest_main",
],
)

cc_test(
name = "tracer_test",
srcs = [
Expand Down

0 comments on commit c7279ca

Please sign in to comment.