diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 972c519..a341b8a 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -27,7 +27,7 @@ jobs: mkoctfile --mex jsonread.c jsmn.c -DJSMN_PARENT_LINKS - name: MOxUnit Action - uses: joergbrech/moxunit-action@v1.2.0 + uses: joergbrech/moxunit-action@v1.3.0 with: 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.