Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Feb 21, 2024
1 parent 10f5c84 commit 3d04250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:

- name: MATLAB test
run: |
echo 'disp("Hello, world!")' > hello.m
/opt/hostedtoolcache/MATLAB/2023.2.999/x64/bin/matlab -nodisplay -nodesktop -nosplash -r "hello"
echo 'frpintf("Hello world\n");' > hello.m
/opt/hostedtoolcache/MATLAB/2023.2.999/x64/bin/matlab -batch "hello"
if: runner.os == 'Linux'

# - name: Build ${{ matrix.name || matrix.language }} ${{matrix.make_flags}} on ${{ matrix.os }}
Expand Down

0 comments on commit 3d04250

Please sign in to comment.