File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : Run MATLAB Tests on GitHub-Hosted Runner
2
2
on : [push]
3
3
jobs :
4
- my-job :
4
+ test :
5
5
name : Run MATLAB Tests and Generate Artifacts
6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- name : Check out repository
9
- uses : actions/checkout@v3
9
+ uses : actions/checkout@v4
10
10
- name : Set up MATLAB
11
- uses : matlab-actions/setup-matlab@v1
11
+ uses : matlab-actions/setup-matlab@v2
12
+ with :
13
+ products : Text_Analytics_Toolbox
14
+ cache : true
12
15
- name : Run tests and generate artifacts
13
- uses : matlab-actions/run-tests@v1
16
+ uses : matlab-actions/run-tests@v2
14
17
with :
15
18
test-results-junit : test-results/results.xml
16
19
code-coverage-cobertura : code-coverage/coverage.xml
17
20
source-folder : .
18
- - uses : codecov/codecov-action@v4
19
- with :
20
- file : coverage.xml
21
21
- name : Upload coverage reports to Codecov
22
- uses : codecov/codecov-action@v4.0.1
22
+ uses : codecov/codecov-action@v4
23
23
with :
24
24
token : ${{ secrets.CODECOV_TOKEN }}
25
25
slug : matlab-deep-learning/llms-with-matlab
You can’t perform that action at this time.
0 commit comments