File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 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"
5656 docker run "$img" perl -MHTTP::Tiny -E 'if (HTTP::Tiny->new->get("https://github.com")->{status} == 200) { exit 0 } exit 1'
57+ - name : Run cpanm install test
58+ run : |
59+ dir='${{ matrix.directory }}'
60+ img="perl:${dir//,/-}"
61+ docker run "$img" cpanm -v Mojolicious
62+ - name : Run cpm install test
63+ run : |
64+ dir='${{ matrix.directory }}'
65+ img="perl:${dir//,/-}"
66+ docker run "$img" cpm install -v Mojolicious
You can’t perform that action at this time.
0 commit comments