Skip to content

Commit 01632e1

Browse files
committed
Don't use carton if it's not installed!
1 parent 03ccd1a commit 01632e1

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 carton exec prove -lw t
20+
run: docker run -i metacpan/perl5-coresmokedb-api prove -lw t
2121
- name: Log in to Docker Hub
2222
uses: docker/login-action@v2
2323
with:

0 commit comments

Comments
 (0)