summaryrefslogtreecommitdiff
path: root/.github/workflows/test-dependents.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test-dependents.yml')
-rw-r--r--.github/workflows/test-dependents.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/.github/workflows/test-dependents.yml b/.github/workflows/test-dependents.yml
new file mode 100644
index 0000000..29e6606
--- /dev/null
+++ b/.github/workflows/test-dependents.yml
@@ -0,0 +1,27 @@
+---
+name: test dependent modules
+
+on:
+ workflow_dispatch:
+
+jobs:
+ build-and-test-job:
+ name: Build distribution
+ runs-on: ubuntu-20.04
+ container:
+ image: perldocker/perl-tester:5.36
+ steps:
+ - uses: actions/checkout@v3
+ - name: install extra modules
+ run: cpm install -g Test::DependentModules
+ - name: Run Tests
+ env:
+ AUTHOR_TESTING: 0
+ AUTOMATED_TESTING: 1
+ EXTENDED_TESTING: 1
+ RELEASE_TESTING: 1
+ run: auto-build-and-test-dist
+ - name: Test Dependents
+ env:
+ TEST_DEPENDENTS: 1
+ run: prove -l xt/dependent-modules.t