Clean and break pipeline to test

fixes-turtlebasket
Mattia Montanari 2023-02-14 15:18:11 +01:00
parent 7dae0befdf
commit 92c81c3ada
2 changed files with 3 additions and 3 deletions

View File

@ -30,6 +30,4 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: ls
- run: octave --version
- run: cd examples/matlab/; octave runme.m

View File

@ -61,4 +61,6 @@ if(exist('OCTAVE_VERSION', 'builtin') == 0)
view(42,21)
% ... add light
light('Position',[5 -10 20],'Style','local');
end
end
error("DOnnnnnt do it again!")