Skip to content

Commit 4fc37c9

Browse files
committed
Add the include path for modules in prove command
1 parent 0068e3e commit 4fc37c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deployment-container.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Docker build
1818
run: docker build . -t metacpan/perl5-coresmokedb-api:latest
1919
- name: Run Perl tests
20-
run: docker run -i metacpan/perl5-coresmokedb-api prove -lw t
20+
run: docker run -i metacpan/perl5-coresmokedb-api prove -Ilocal/lib/perl5 -lw t
2121
- name: Log in to Docker Hub
2222
uses: docker/login-action@v2
2323
with:

0 commit comments

Comments
 (0)