File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 2424 working-directory : opentelemetry-matlab
2525 run : |
2626 cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DWITH_OTLP_GRPC=OFF -DWITH_OTLP_FILE=OFF -DCMAKE_INSTALL_PREFIX=${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
27- cmake --build build --config Release --target install
28- - name : Run tests
29- env :
30- # Add the installation directory to the MATLAB Search Path by
31- # setting the MATLABPATH environment variable.
32- MATLABPATH : ${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
33- uses : matlab-actions/run-tests@v2
34- with :
35- select-by-folder : opentelemetry-matlab/test
27+ cmake --build build --config Release --target install -v
3628 - name : Compress into single artifact
3729 working-directory : ${{ github.workspace }}
3830 run : tar -czf otel-matlab-ubuntu.tar.gz otel_matlab_install
4133 with :
4234 name : otel-matlab-ubuntu.tar.gz
4335 path : ${{ github.workspace }}/otel-matlab-ubuntu.tar.gz
36+ - name : Run tests
37+ env :
38+ # Add the installation directory to the MATLAB Search Path by
39+ # setting the MATLABPATH environment variable.
40+ MATLABPATH : ${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
41+ uses : matlab-actions/run-tests@v2
42+ with :
43+ select-by-folder : opentelemetry-matlab/test
You can’t perform that action at this time.
0 commit comments