Skip to content

Commit

Permalink
update cache.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Aug 3, 2023
1 parent 80d92bf commit 1717af9
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
steps:
- uses: actions/checkout@v3
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: '5.34'
install-modules-with: cpanm
install-modules-args: --with-develop --with-configure
- run: |
echo "hello world!"
# prove -lv t
name: force-cache
on: [push]

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-22.04']
perl: [ '5.34' ]
steps:
- uses: actions/checkout@v3
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: '5.34'
install-modules-with: cpanm
install-modules-args: --with-develop --with-configure
- run: |
echo "hello world!"
# prove -lv t

0 comments on commit 1717af9

Please sign in to comment.