From 10f5c847977c9606bb5ff0b3ae82cd6b74e7e36d Mon Sep 17 00:00:00 2001 From: Joe George Date: Wed, 21 Feb 2024 15:49:22 -0500 Subject: [PATCH] test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddf9a479acc..5afb0ddebe8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}