-
Notifications
You must be signed in to change notification settings - Fork 44
34 lines (32 loc) · 1.08 KB
/
test-dependents.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
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.34
steps:
- uses: actions/checkout@v4
- name: install extra modules
run: cpm install -g Test::DependentModules CPAN::Reporter
Math::Random::ISAAC Math::Random::ISAAC::XS MooseX::ConfigFromFile
MooseX::Getopt HTML::Tree HTML::Formatter Locale::Util RapidApp
App::perlimports Dist::Zilla PLS Promise::Me Archive::Tar::Wrapper
Term::ReadLine::Gnu Test::FailWarnings Test::File::ShareDir
Chess::Plisco Marpa::R2 Perl::Critic Test::HTML::Content
Test2::Plugin::Feature
- 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
PERL_TEST_DM_CPAN_VERBOSE: 1
run: prove -l xt/dependent-modules.t