Skip to content

Commit 48859df

Browse files
authored
Merge pull request #165 from Remi-Gau/remi-move_test_setup
[INFRA] move test set up function
2 parents 3455032 + 627f64a commit 48859df

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/moxunit.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ jobs:
2828
# cd ../..
2929

3030
- name: MOxUnit Action
31-
uses: joergbrech/moxunit-action@v1.1
31+
uses: joergbrech/moxunit-action@master
3232
with:
33-
tests: tests
34-
src: src
33+
tests: tests # files or directories containing the MOxUnit test cases
34+
src: src # directories to be added to the Octave search path before running the tests.
35+
ext: tests/utils # External resources to add to the search put (excluded from coverage)
36+
# data: # Directory for test data
3537
with_coverage: true
3638
cover_xml_file: coverage.xml
3739

File renamed without changes.

0 commit comments

Comments
 (0)