Skip to content

Commit fc786a9

Browse files
authored
Add workflow_call to run_unit_tests.yml (#11)
1 parent 92e499d commit fc786a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_unit_tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Unit tests
22
on:
33
workflow_dispatch:
4+
workflow_call:
45
push:
56
paths:
67
- tests/**
@@ -13,7 +14,7 @@ env:
1314
MLM_LICENSE_TOKEN: ${{ secrets.MATLAB_BATCH_TOKEN }}
1415

1516
jobs:
16-
unit-tests:
17+
run-unit-tests:
1718
runs-on: ${{ matrix.os }}
1819
strategy:
1920
fail-fast: False

0 commit comments

Comments
 (0)