Skip to content

Commit 0b305f0

Browse files
authored
Merge pull request #5 from onk/fix_ci
Update CI workflow
2 parents 9d8d3a4 + 041d47d commit 0b305f0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,19 @@ jobs:
1111
strategy:
1212
matrix:
1313
perl-version:
14-
- '5.10'
14+
- '5.14-buster'
1515
- latest
1616
container:
1717
image: perl:${{ matrix.perl-version }}
1818
steps:
19-
- uses: actions/checkout@v1
19+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2020
- name: perl version
2121
run: perl -V
2222
- name: Install minilla
2323
run: cpanm -n Minilla
24+
- name: Preinstall OAuth::Lite without tests # workaround for OpenSSL 3 issues
25+
run: cpanm -n --notest OAuth::Lite::Consumer
26+
- name: Mark workspace as safe for git
27+
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
2428
- name: minil test
2529
run: minil test

0 commit comments

Comments
 (0)