Skip to content

Commit 37fe216

Browse files
Wesley Schwenglezakame
authored andcommitted
Add tests to prove we have SSL support
Signed-off-by: Wesley Schwengle <wesley@opperschaap.net>
1 parent 82606df commit 37fe216

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ jobs:
5353
dir='${{ matrix.directory }}'
5454
img="perl:${dir//,/-}"
5555
./official-images/test/run.sh "$img"
56+
docker run "$img" perl -MHTTP::Tiny -E 'if (HTTP::Tiny->new->get("https://github.com")->{status} == 200) { exit 0 } exit 1'

0 commit comments

Comments
 (0)