We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d9fa3 commit 5c350bcCopy full SHA for 5c350bc
1 file changed
.github/workflows/build-and-test.yml
@@ -28,7 +28,9 @@ jobs:
28
RELEASE_TESTING: 1
29
TEST_TIDYALL_VERBOSE: 1
30
HARNESS_VERBOSE: 1
31
- run: auto-build-and-test-dist
+ run: >
32
+ cpan-install-build-deps
33
+ build-dist
34
- uses: actions/upload-artifact@v2
35
with:
36
name: build_dir
0 commit comments