We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f4c4a1 + dd532a1 commit 3f0ad55Copy full SHA for 3f0ad55
1 file changed
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
perl-version:
14
- - '5.10'
+ - '5.10-buster'
15
- latest
16
container:
17
image: perl:${{ matrix.perl-version }}
@@ -21,5 +21,7 @@ jobs:
21
run: perl -V
22
- name: Install minilla
23
run: cpanm -n Minilla
24
+ - name: Mark workspace as safe for git
25
+ run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
26
- name: minil test
27
run: minil test
0 commit comments