We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a200e5b commit 6a5ddc5Copy full SHA for 6a5ddc5
.github/workflows/build-image.yml
@@ -53,6 +53,10 @@ jobs:
53
dir='${{ matrix.directory }}'
54
img="perl:${dir//,/-}"
55
./official-images/test/run.sh "$img"
56
+ - name: Run HTTPS access test
57
+ run: |
58
+ dir='${{ matrix.directory }}'
59
+ img="perl:${dir//,/-}"
60
docker run "$img" perl -MHTTP::Tiny -E 'if (HTTP::Tiny->new->get("https://github.com")->{status} == 200) { exit 0 } exit 1'
61
- name: Run cpanm install test
62
run: |
0 commit comments