Skip to content

Commit 5c350bc

Browse files
committed
avoid initial testing during build
1 parent 99d9fa3 commit 5c350bc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
RELEASE_TESTING: 1
2929
TEST_TIDYALL_VERBOSE: 1
3030
HARNESS_VERBOSE: 1
31-
run: auto-build-and-test-dist
31+
run: >
32+
cpan-install-build-deps
33+
build-dist
3234
- uses: actions/upload-artifact@v2
3335
with:
3436
name: build_dir

0 commit comments

Comments
 (0)