Skip to content

Commit

Permalink
build-image.yml: add tests for backpan and trial CPAN modules
Browse files Browse the repository at this point in the history
  • Loading branch information
zakame committed Aug 30, 2024
1 parent 94ff9cc commit b6c0528
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,15 @@ jobs:
run: |
dir='${{ matrix.directory }}'
img="perl:${dir//,/-}"
docker run "$img" cpanm -v [email protected]
docker run "$img" cpanm -v Crypt::[email protected]
docker run "$img" cpanm -v Mojolicious
- name: Run cpm install test
run: |
dir='${{ matrix.directory }}'
img="perl:${dir//,/-}"
docker run "$img" cpm install -v [email protected]
docker run "$img" cpm install -v Crypt::[email protected]
docker run "$img" cpm install -v Mojolicious
- name: COPY all to default WORKDIR
run: |
Expand Down

0 comments on commit b6c0528

Please sign in to comment.