Skip to content

Commit 02184ed

Browse files
committed
skip Path::Tiny tests on windows
1 parent 12ed809 commit 02184ed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/install.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ jobs:
4747
install: Module::Pluggable
4848
tests: false
4949

50+
- name: Install Path::Tiny (it fails on windows)
51+
uses: perl-actions/[email protected]
52+
if: runner.os == 'Windows'
53+
with:
54+
tests: false
55+
install: Path::Tiny
56+
5057
- name: Build and Test
5158
uses: perl-actions/[email protected]
5259
with:

0 commit comments

Comments
 (0)