Skip to content

Commit a2d4582

Browse files
committed
.github/workflows/build-image.yml: add cpanm install test
Run this cpanm install test to ensure we have HTTPS capability.
1 parent 6dc0393 commit a2d4582

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,13 @@ jobs:
4848
img="perl:${dir//,/-}"
4949
docker image inspect --format '{{.Created}}' "$img"
5050
docker image inspect --format '{{.Metadata.LastTagTime}}' "$img"
51-
- name: Run tests
51+
- name: Run tests from docker-library/official-images
5252
run: |
5353
dir='${{ matrix.directory }}'
5454
img="perl:${dir//,/-}"
5555
./official-images/test/run.sh "$img"
56+
- name: Run cpanm install test
57+
run: |
58+
dir='${{ matrix.directory }}'
59+
img="perl:${dir//,/-}"
60+
docker run "$img" cpanm -v Mojolicious

0 commit comments

Comments
 (0)