File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 20
20
default : ' '
21
21
required : false
22
22
type : string
23
+ tests :
24
+ description : " Tests to run (defaults to all if empty)"
25
+ default : ' '
26
+ required : false
27
+ type : string
23
28
jobs :
24
29
prepare-matrices :
25
30
name : Prepare virtual machines
@@ -151,6 +156,7 @@ jobs:
151
156
shell : bash -ieo pipefail {0}
152
157
run : |
153
158
git fetch --tags --force
159
+ export TEST_FILTERS="${{ github.event.inputs.tests }}"
154
160
./test/scripts/ci-runtests.sh ${{ matrix.os }}
155
161
- uses : actions/upload-artifact@v3
156
162
if : ' !cancelled()'
@@ -226,6 +232,7 @@ jobs:
226
232
shell : bash -ieo pipefail {0}
227
233
run : |
228
234
git fetch --tags --force
235
+ export TEST_FILTERS="${{ github.event.inputs.tests }}"
229
236
./test/scripts/ci-runtests.sh ${{ matrix.os }}
230
237
- uses : actions/upload-artifact@v3
231
238
if : ' !cancelled()'
@@ -297,6 +304,7 @@ jobs:
297
304
shell : bash -ieo pipefail {0}
298
305
run : |
299
306
git fetch --tags --force
307
+ export TEST_FILTERS="${{ github.event.inputs.tests }}"
300
308
./test/scripts/ci-runtests.sh ${{ matrix.os }}
301
309
- uses : actions/upload-artifact@v3
302
310
if : ' !cancelled()'
You can’t perform that action at this time.
0 commit comments