Skip to content

Commit 52975bc

Browse files
committed
Change CI workflow to work on internal GitHub
use mw-actions instead of matlab-actions disable codecov for the moment runs on: self-hosted Use MATLAB batch licensing token Request larger machine, ollama needs to have more than 5GB of memory
1 parent 9ce8f94 commit 52975bc

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push]
33
jobs:
44
test:
55
name: Run MATLAB Tests and Generate Artifacts
6-
runs-on: ubuntu-latest
6+
runs-on: [self-hosted, runner-source=AWS, CORE008]
77
steps:
88
- name: Check out repository
99
uses: actions/checkout@v4
@@ -33,7 +33,7 @@ jobs:
3333
ollama pull moondream
3434
OLLAMA_HOST=127.0.0.1:11435 ollama pull qwen2:0.5b
3535
- name: Set up MATLAB
36-
uses: matlab-actions/setup-matlab@v2
36+
uses: mw-actions/matlab-actions-setup-matlab@v2
3737
with:
3838
products: Text_Analytics_Toolbox
3939
cache: true
@@ -45,13 +45,9 @@ jobs:
4545
AZURE_OPENAI_ENDPOINT: ${{ secrets.AZURE_ENDPOINT }}
4646
AZURE_OPENAI_API_KEY: ${{ secrets.AZURE_KEY }}
4747
SECOND_OLLAMA_ENDPOINT: 127.0.0.1:11435
48-
uses: matlab-actions/run-tests@v2
48+
MLM_LICENSE_TOKEN: ${{ secrets.MATLAB_TOKEN }}
49+
uses: mw-actions/matlab-actions-run-tests@v2
4950
with:
5051
test-results-junit: test-results/results.xml
5152
code-coverage-cobertura: code-coverage/coverage.xml
5253
source-folder: .
53-
- name: Upload coverage reports to Codecov
54-
uses: codecov/codecov-action@v4
55-
with:
56-
token: ${{ secrets.CODECOV_TOKEN }}
57-
slug: matlab-deep-learning/llms-with-matlab

0 commit comments

Comments
 (0)