Skip to content

Commit

Permalink
ci: add dgoss wait opts
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Apr 3, 2024
1 parent 1dc7e92 commit dbb6c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ PHONY: build-from-cache

test: ## Run dgoss tests over docker images
set -eux
GOSS_FILES_STRATEGY=cp GOSS_FILES_PATH=$(DOCKERFILE_DIR) dgoss run -t $(IMAGE_TAG)
GOSS_WAIT_OPTS="-r 40s -s 2s > /dev/stdout" GOSS_FILES_STRATEGY=cp GOSS_FILES_PATH=$(DOCKERFILE_DIR) dgoss run -t $(IMAGE_TAG)
.PHONY: test

pull: ## Pulls docker image from upstream
Expand Down

0 comments on commit dbb6c26

Please sign in to comment.