Skip to content

Commit

Permalink
ci: matlab-actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Nov 18, 2021
1 parent e583ede commit 1024884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- uses: actions/checkout@v2

- name: Install MATLAB
uses: matlab-actions/setup-matlab@v0
uses: matlab-actions/setup-matlab@v1

- name: Run tests and generate artifacts
uses: matlab-actions/run-tests@v0
uses: matlab-actions/run-tests@v1
with:
test-results-junit: test-results/results.xml
code-coverage-cobertura: code-coverage/coverage.xml

0 comments on commit 1024884

Please sign in to comment.