summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Renz <crenz@web42.com>2022-07-30 23:17:19 +0800
committerGitHub <noreply@github.com>2022-07-30 23:17:19 +0800
commitecbb3826a87a17323eb2e4c83905d7c2589bdb29 (patch)
tree4f24d11644ac36cdd5ab69392f000361c663b5c0
parent91f13e0a2f47455b7b1bb336aff7fb91c83e9d1d (diff)
Update and rename run-tests-matrix.yml to auto-run-tests-matrix.yml
-rw-r--r--.github/workflows/auto-run-tests-matrix.yml (renamed from .github/workflows/run-tests-matrix.yml)5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/run-tests-matrix.yml b/.github/workflows/auto-run-tests-matrix.yml
index 15e57d3..246774e 100644
--- a/.github/workflows/run-tests-matrix.yml
+++ b/.github/workflows/auto-run-tests-matrix.yml
@@ -1,4 +1,4 @@
-name: Tests (matrixed)
+name: Automatically run tests (matrixed)
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
@@ -27,6 +27,9 @@ jobs:
run: perl -V
- name: Install dependencies
run: cpanm --installdeps .
+ - run: cpanm Test::Pod
+ - run: cpanm Test::Pod::Coverage
+ - run: cpanm Test::CPAN::Meta
- name: Run tests
run: make test TEST_VERBOSE=1
test-strawberry: