Skip to content

Commit

Permalink
Fix docker run for w3f milestone 2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
niklabh committed Jun 26, 2023
1 parent 20047b8 commit 7813869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ generate-mocks: ## generate mocks

test-milestone2:
@docker build -t gsrpc-m2 -f Dockerfile_milestone2 .
@docker run --rm gsrpc-m2 --name gsrpc-m2
@docker run --rm gsrpc-m2

test-milestone2-live:
@docker build -t gsrpc-m2-live -f Dockerfile_milestone2_live .
@docker run --rm gsrpc-m2-live --name gsrpc-m2-live
@docker run --rm gsrpc-m2-live

help: ## shows this help
@sed -ne '/@sed/!s/## //p' $(MAKEFILE_LIST)
Expand Down

0 comments on commit 7813869

Please sign in to comment.