Skip to content

Commit 9deb3a7

Browse files
authored
Run run_book_tests.yml with prerelease as soon as it's out
Switch to GR release once it's live.
1 parent 2f0b03c commit 9deb3a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run_book_tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ jobs:
3434
3535
- name: Set up MATLAB
3636
# This uses the latest release of MATLAB. Can specify "release" if needed.
37-
# Use v2-beta for Java Swing access
37+
# Use v2 for Java Swing access
3838
uses: matlab-actions/setup-matlab@v2
3939
with:
4040
products: MATLAB Simulink Robotics_System_Toolbox Navigation_Toolbox UAV_Toolbox Automated_Driving_Toolbox Computer_Vision_Toolbox Image_Processing_Toolbox Deep_Learning_Toolbox Model_Predictive_Control_Toolbox Optimization_Toolbox ROS_Toolbox Signal_Processing_Toolbox Statistics_and_Machine_Learning_Toolbox Symbolic_Math_Toolbox Control_System_Toolbox
41+
# Run tests with prerelease as soon as available; switch to GR once it's live
42+
release: latest-including-prerelease
4143

4244
- name: Print out ver details
4345
uses: matlab-actions/run-command@v1

0 commit comments

Comments
 (0)