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 bb0e326 commit dccd314
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@ jobs:

runs-on: ${{ matrix.os }}
steps:
- name: MATLAB test
run: |
/opt/hostedtoolcache/MATLAB/2023.2.999/x64/bin/matlab -nodisplay -r "disp(\"Hello, world!\")"
# - name: Checkout repository
# uses: actions/checkout@v4

# - name: Setup Dependencies
# uses: ./.github/actions/setup-dependencies
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup Dependencies
uses: ./.github/actions/setup-dependencies

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

# - name: Build ${{ matrix.name || matrix.language }} ${{matrix.make_flags}} on ${{ matrix.os }}
# uses: ./.github/actions/build
Expand Down

0 comments on commit dccd314

Please sign in to comment.