Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mw-kapilg authored Aug 23, 2024
1 parent e075dcf commit 6b30c83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
with:
source-folder: code
test-results-junit: results.xml

- run: ls


# - name: Run build
Expand All @@ -47,7 +49,7 @@ jobs:
- uses: dorny/[email protected]
with:
artifact: results
name: MATLAB Tests
name: results
path: '*.xml'
reporter: java-junit

Expand Down

0 comments on commit 6b30c83

Please sign in to comment.