Skip to content

Commit 627f64a

Browse files
committed
use latest commit of MOxUnit action
1 parent c178bce commit 627f64a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/moxunit.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +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
35-
ext: tests/utils
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
3637
with_coverage: true
3738
cover_xml_file: coverage.xml
3839

0 commit comments

Comments
 (0)