Skip to content

Commit 3c49949

Browse files
committed
docker test not interactive
1 parent c1ad0c4 commit 3c49949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Docker build test
3030
run: docker build . --target test --tag test
3131
- name: Docker test
32-
run: docker run -it test
32+
run: docker run test
3333
- uses: metacpan/metacpan-actions/docker-build-push@master
3434
id: build-push
3535
with:

0 commit comments

Comments
 (0)