Skip to content

Commit e2de938

Browse files
author
Sam Eagen
committed
Run full tests on prerelease
1 parent 3d56c45 commit e2de938

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build_and_test_full.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- mbt-plugin
89
env:
910
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN }}
1011
jobs:
@@ -40,7 +41,7 @@ jobs:
4041
- name: Install MATLAB
4142
uses: matlab-actions/setup-matlab@v2
4243
with:
43-
release: R2025a
44+
release: latest-including-prerelease
4445
products: MATLAB_Compiler MATLAB_Compiler_SDK
4546
- name: Build OpenTelemetry-Matlab
4647
working-directory: opentelemetry-matlab

.github/workflows/build_and_test_simple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install MATLAB
4242
uses: matlab-actions/setup-matlab@v2
4343
with:
44-
release: latest-including-prerelease
44+
release: R2025a
4545
products: MATLAB_Compiler MATLAB_Compiler_SDK
4646
- name: Build OpenTelemetry-Matlab
4747
working-directory: opentelemetry-matlab

0 commit comments

Comments
 (0)