Clean and break pipeline to test
parent
7dae0befdf
commit
92c81c3ada
|
@ -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
|
||||
|
|
|
@ -62,3 +62,5 @@ if(exist('OCTAVE_VERSION', 'builtin') == 0)
|
|||
% ... add light
|
||||
light('Position',[5 -10 20],'Style','local');
|
||||
end
|
||||
|
||||
error("DOnnnnnt do it again!")
|
Loading…
Reference in New Issue