We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b342cf5 + 15f79c1 commit 6cd8737Copy full SHA for 6cd8737
README.md
@@ -57,15 +57,15 @@ In the simplest case
57
```
58
steps:
59
- uses: actions/checkout@v2
60
- - uses: joergbrech/moxunit-action@master
+ - uses: joergbrech/moxunit-action@v1
61
62
63
runs all MOxUnit test cases found in this repository. A more complex use case could look like this:
64
65
66
67
68
-- uses: joergbrech/moxunit-action@master
69
with:
70
tests: tests my_extra_testfile.m
71
src: src thirdparty util
0 commit comments