Skip to content

Commit 3f0ad55

Browse files
authored
Merge pull request #19 from onk/fix_ci
Use perl:5.10-buster in test workflow
2 parents 2f4c4a1 + dd532a1 commit 3f0ad55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
perl-version:
14-
- '5.10'
14+
- '5.10-buster'
1515
- latest
1616
container:
1717
image: perl:${{ matrix.perl-version }}
@@ -21,5 +21,7 @@ jobs:
2121
run: perl -V
2222
- name: Install minilla
2323
run: cpanm -n Minilla
24+
- name: Mark workspace as safe for git
25+
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
2426
- name: minil test
2527
run: minil test

0 commit comments

Comments
 (0)