We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17c9c7 commit 7c01a40Copy full SHA for 7c01a40
.github/workflows/docker-image.yml
@@ -19,6 +19,6 @@ jobs:
19
- name: Build the Alpine Docker image
20
run: docker build . --file Dockerfile.alpine --tag backup-utils-alpine:$(date +%s)
21
- name: Run tests in Debian Docker image
22
- run: docker run -it backup-utils-debian:$(date +%s) make test
+ run: docker run backup-utils-debian:$(date +%s) script/cibuild --no-package
23
- name: Run tests in Alpine Docker image
24
- run: docker run -it backup-utils-alpine:$(date +%s) make test
+ run: docker run backup-utils-alpine:$(date +%s) script/cibuild --no-package
0 commit comments