From d487da81c3a1fd8e3ac06d6777cf106ffb8e58f4 Mon Sep 17 00:00:00 2001 From: Bram Date: Thu, 15 Sep 2022 21:25:22 +0200 Subject: Add some docs for workflow/testsuite.yml --- .github/workflows/testsuite.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to '.github') 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: -- cgit v1.2.1