Fix and simplify local dev workflow and execution of e2e tests
This commit is contained in:
parent
7983a2b9d3
commit
d4f2b5d060
4 changed files with 6 additions and 12 deletions
5
Makefile
5
Makefile
|
|
@ -158,11 +158,6 @@ test:
|
|||
lua-test:
|
||||
@busted $(BUSTED_ARGS) ./rootfs/etc/nginx/lua/test;
|
||||
|
||||
.PHONY: e2e-image
|
||||
e2e-image: sub-container-amd64
|
||||
$(DOCKER) tag $(MULTI_ARCH_IMG):$(TAG) $(IMGNAME):e2e
|
||||
docker images
|
||||
|
||||
.PHONY: e2e-test
|
||||
e2e-test:
|
||||
@ginkgo version || go get -u github.com/onsi/ginkgo/ginkgo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue