Skip to content

Commit

Permalink
Merge pull request #1 from development/change-workflow-actions
Browse files Browse the repository at this point in the history
Change CI workflow to work on internal GitHub
  • Loading branch information
ccreutzi authored and GitHub Enterprise committed Aug 26, 2024
2 parents 9ce8f94 + df07a9b commit 9bc71a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code owners, to get auto-filled reviewer lists

# To start with, we just assume everyone in the core team is included on all reviews
* @adulai @ccreutzi @debymf @MiriamScharnke @vpapanasta
* @adulai @ccreutzi @debymf @MiriamScharnke @vpapanasta @dferreir @mscharnk @vpapanas
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push]
jobs:
test:
name: Run MATLAB Tests and Generate Artifacts
runs-on: ubuntu-latest
runs-on: [self-hosted, runner-source=AWS, CORE008]
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
ollama pull moondream
OLLAMA_HOST=127.0.0.1:11435 ollama pull qwen2:0.5b
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
uses: mw-actions/matlab-actions-setup-matlab@v2
with:
products: Text_Analytics_Toolbox
cache: true
Expand All @@ -45,13 +45,9 @@ jobs:
AZURE_OPENAI_ENDPOINT: ${{ secrets.AZURE_ENDPOINT }}
AZURE_OPENAI_API_KEY: ${{ secrets.AZURE_KEY }}
SECOND_OLLAMA_ENDPOINT: 127.0.0.1:11435
uses: matlab-actions/run-tests@v2
MLM_LICENSE_TOKEN: ${{ secrets.MATLAB_TOKEN }}
uses: mw-actions/matlab-actions-run-tests@v2
with:
test-results-junit: test-results/results.xml
code-coverage-cobertura: code-coverage/coverage.xml
source-folder: .
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: matlab-deep-learning/llms-with-matlab

0 comments on commit 9bc71a5

Please sign in to comment.