diff --git a/.github/workflows/moxunit.yml b/.github/workflows/moxunit.yml index 0063a04c..c975e7c3 100644 --- a/.github/workflows/moxunit.yml +++ b/.github/workflows/moxunit.yml @@ -28,10 +28,12 @@ jobs: # cd ../.. - name: MOxUnit Action - uses: joergbrech/moxunit-action@v1.1 + uses: joergbrech/moxunit-action@master with: - tests: tests - src: src + tests: tests # files or directories containing the MOxUnit test cases + src: src # directories to be added to the Octave search path before running the tests. + ext: tests/utils # External resources to add to the search put (excluded from coverage) + # data: # Directory for test data with_coverage: true cover_xml_file: coverage.xml diff --git a/src/utils/utilsForTests/setUp.m b/tests/utils/setUp.m similarity index 100% rename from src/utils/utilsForTests/setUp.m rename to tests/utils/setUp.m