Skip to content

Commit 9bc71a5

Browse files
ccreutziGitHub Enterprise
authored andcommitted
Merge pull request #1 from development/change-workflow-actions
Change CI workflow to work on internal GitHub
2 parents 9ce8f94 + df07a9b commit 9bc71a5

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Code owners, to get auto-filled reviewer lists
22

33
# To start with, we just assume everyone in the core team is included on all reviews
4-
* @adulai @ccreutzi @debymf @MiriamScharnke @vpapanasta
4+
* @adulai @ccreutzi @debymf @MiriamScharnke @vpapanasta @dferreir @mscharnk @vpapanas

.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)