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 dccd314 commit 10f5c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: MATLAB test
run: |
echo 'disp("Hello, world!")' > hello.m
/opt/hostedtoolcache/MATLAB/2023.2.999/x64/bin/matlab -nodisplay -r "hello"
/opt/hostedtoolcache/MATLAB/2023.2.999/x64/bin/matlab -nodisplay -nodesktop -nosplash -r "hello"
if: runner.os == 'Linux'

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

0 comments on commit 10f5c84

Please sign in to comment.