We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43adf28 commit f3fe564Copy full SHA for f3fe564
.github/workflows/ci.yml
@@ -452,6 +452,16 @@ jobs:
452
run: |
453
sudo ./ci/setup_grpc.sh
454
./ci/do_ci.sh cmake.exporter.otprotocol.test
455
+ - name: generate test cert
456
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
464
+ (cd ./functional/otlp; ./run_test.sh)
465
466
cmake_modern_protobuf_grpc_with_abseil_test:
467
name: CMake test (with modern protobuf,grpc and abseil)
0 commit comments