Skip to content

Commit d4be55b

Browse files
authored
Update build_and_test_full.yml to address PR feedback
1 parent 33a92a2 commit d4be55b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_and_test_full.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- main
8-
- testing
98
env:
109
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN }}
1110
jobs:
@@ -47,7 +46,7 @@ jobs:
4746
- name: Build OpenTelemetry-Matlab
4847
working-directory: opentelemetry-matlab
4948
run: |
50-
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DWITH_EXAMPLES=ON -DWITH_OTLP_GRPC=ON -DUSE_BATCH_FOR_MCC=ON -DOTEL_MATLAB_VERSION=${{ needs.get_version.outputs.version }} -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
49+
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DWITH_EXAMPLES=ON -DWITH_OTLP_GRPC=ON -DWITH_OTLP_FILE=ON -DUSE_BATCH_FOR_MCC=ON -DOTEL_MATLAB_VERSION=${{ needs.get_version.outputs.version }} -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
5150
cmake --build build --config Release --target install
5251
- name: Run tests
5352
env:

0 commit comments

Comments
 (0)