We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f296a commit 9c7c9b2Copy full SHA for 9c7c9b2
1 file changed
bin/test_readme.pl
@@ -10,6 +10,9 @@
10
if ($line =~ /^## .*for CI/) {
11
$phase = 'ci';
12
}
13
+ if ($line =~ /^## .*multi platforms/) {
14
+ $phase = 'multi';
15
+ }
16
if ($line =~ /^## .*manual testing/) {
17
$phase = 'manual';
18
0 commit comments