Skip to content

Commit 5454292

Browse files
authored
Update ci.yml
1 parent c1144a5 commit 5454292

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,33 +17,11 @@ permissions:
1717

1818

1919
jobs:
20-
debug:
21-
runs-on: ubuntu-latest
22-
env:
23-
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libstdc++.so.6
24-
steps:
25-
- uses: actions/checkout@v4
26-
- name: Start display server
27-
if: ${{ always() }}
28-
run: |
29-
sudo apt-get install xvfb
30-
Xvfb :99 &
31-
echo "DISPLAY=:99" >> $GITHUB_ENV
32-
- name: Setup MATLAB
33-
uses: matlab-actions/setup-matlab@v2
34-
with:
35-
release: R2025a
36-
products: MATLAB Simulink Robotics_System_Toolbox Simscape_Multibody Statistics_and_Machine_Learning_Toolbox Image_Processing_Toolbox
37-
- name: Run SmokeTests
38-
uses: matlab-actions/run-command@v2
39-
with:
40-
command: openProject(pwd); sim("Models/ManipulatorTrajectoryPlanningRandomized.slx","StopTime","5");
41-
4220
test:
4321
strategy:
4422
fail-fast: false
4523
matrix:
46-
MATLABVersion: [R2024a,R2024b,R2025a]
24+
MATLABVersion: [R2024a,R2024b]
4725
runs-on: ubuntu-latest
4826
env:
4927
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libstdc++.so.6

0 commit comments

Comments
 (0)