summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBram <perl-rt@wizbit.be>2022-09-15 21:25:22 +0200
committerKarl Williamson <khw@cpan.org>2022-10-12 16:49:07 -0600
commitd487da81c3a1fd8e3ac06d6777cf106ffb8e58f4 (patch)
tree060eaae7ac2aaef0cd953233237de32f4640d4e4 /.github
parent8602c1e7f51884685d96421ee31b7d126e766f71 (diff)
downloadperl-d487da81c3a1fd8e3ac06d6777cf106ffb8e58f4.tar.gz
Add some docs for workflow/testsuite.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/testsuite.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index 61e05b52a2..9f66728b53 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -1,3 +1,19 @@
+#
+# Run the tests on various build configurations and various operating systems.
+#
+# In the Perl/perl5 repository all jobs are run by default.
+#
+# To enable the testing on a fork of the perl5 repository you first need to
+# enable GitHub Actions in 'Settings' -> 'Actions' -> 'General'.
+#
+# When actions are enabled then it will - by default - run the 'Sanity Check' job.
+#
+# Testing other build configurations is controlled by the 'Secrets' configured
+# in 'Settings' -> 'Secrets' -> 'Actions' -> 'Repository Secrets':
+# - EXTENDED_TESTING: when this secret exists (value is irrelevant) then all
+# build configurations are tested;
+#
+
name: testsuite
on: