Skip to content

Commit e6f467e

Browse files
committed
fix dist building
1 parent 5c350bc commit e6f467e

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,9 @@ jobs:
2020
image: perldocker/perl-tester:5.34
2121
steps:
2222
- uses: actions/checkout@v2
23-
- name: Run Tests
24-
env:
25-
AUTHOR_TESTING: 1
26-
AUTOMATED_TESTING: 1
27-
EXTENDED_TESTING: 1
28-
RELEASE_TESTING: 1
29-
TEST_TIDYALL_VERBOSE: 1
30-
HARNESS_VERBOSE: 1
23+
- name: Build Dist
3124
run: >
32-
cpan-install-build-deps
25+
cpan-install-build-deps;
3326
build-dist
3427
- uses: actions/upload-artifact@v2
3528
with:

0 commit comments

Comments
 (0)