Skip to content

Commit 03a769f

Browse files
committed
ci: add -nojvm
1 parent af61686 commit 03a769f

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

.github/workflows/ci.yml

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020
jobs:
2121

2222
matlab-at-least-r2024a:
23-
timeout-minutes: &timeout 15
23+
timeout-minutes: 15
2424
runs-on: ${{ matrix.os }}
2525

2626
name: &job-name ${{ matrix.release }}-${{ matrix.os }}
@@ -74,7 +74,8 @@ jobs:
7474

7575
matlab:
7676
needs: matlab-at-least-r2024a
77-
timeout-minutes: *timeout
77+
78+
timeout-minutes: 15
7879
runs-on: ${{ matrix.os }}
7980

8081
name: *job-name
@@ -98,7 +99,7 @@ jobs:
9899

99100
name: *job-name
100101

101-
timeout-minutes: *timeout
102+
timeout-minutes: 15
102103
runs-on: ${{ matrix.os }}
103104

104105
strategy:
@@ -112,3 +113,24 @@ jobs:
112113
- *tell-ext
113114

114115
- *test-main
116+
117+
118+
matlab-nojvm:
119+
needs: matlab-at-least-r2024a
120+
timeout-minutes: 15
121+
runs-on: ubuntu-latest
122+
123+
strategy:
124+
matrix:
125+
release: [R2024a]
126+
127+
steps:
128+
- *matlab-install
129+
- *checkout
130+
- *tell-ext
131+
132+
- name: Main Tests NoJVM
133+
uses: matlab-actions/run-build@v2
134+
with:
135+
tasks: test_main
136+
startup-options: -nojvm

0 commit comments

Comments
 (0)