Skip to content

Commit f3fe564

Browse files
committed
Add to see eye
1 parent 43adf28 commit f3fe564

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,16 @@ jobs:
452452
run: |
453453
sudo ./ci/setup_grpc.sh
454454
./ci/do_ci.sh cmake.exporter.otprotocol.test
455+
- name: generate test cert
456+
- name: generate test cert
457+
env:
458+
CFSSL_VERSION: 1.6.3
459+
run: |
460+
sudo -E ./tools/setup-cfssl.sh
461+
(cd ./functional/cert; ./generate_cert.sh)
462+
- name: run func test
463+
run: |
464+
(cd ./functional/otlp; ./run_test.sh)
455465
456466
cmake_modern_protobuf_grpc_with_abseil_test:
457467
name: CMake test (with modern protobuf,grpc and abseil)

0 commit comments

Comments
 (0)