Clean and break pipeline to test
This commit is contained in:
@@ -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!")
|
||||
Reference in New Issue
Block a user