Skip to content

Commit 36c85cd

Browse files
authored
Merge pull request #3027 from metacpan/oalders/no-artifact
We no longer need cpanfile.snapshot artifacts
2 parents 5052f4f + d8558cb commit 36c85cd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,3 @@ jobs:
5454
run: carton exec prove -lr --jobs 2 t
5555
env:
5656
TEST_TIDYALL_VERBOSE: 1
57-
- uses: actions/upload-artifact@v3
58-
with:
59-
name: "${{ matrix.perl-version }}.${{ matrix.resolver }}"
60-
path: cpanfile.snapshot
61-
if: success() && matrix.resolver == 'metacpan'

0 commit comments

Comments
 (0)