Skip to content

Commit 7c01a40

Browse files
authored
non-interactive
1 parent f17c9c7 commit 7c01a40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- name: Build the Alpine Docker image
2020
run: docker build . --file Dockerfile.alpine --tag backup-utils-alpine:$(date +%s)
2121
- name: Run tests in Debian Docker image
22-
run: docker run -it backup-utils-debian:$(date +%s) make test
22+
run: docker run backup-utils-debian:$(date +%s) script/cibuild --no-package
2323
- name: Run tests in Alpine Docker image
24-
run: docker run -it backup-utils-alpine:$(date +%s) make test
24+
run: docker run backup-utils-alpine:$(date +%s) script/cibuild --no-package

0 commit comments

Comments
 (0)