Skip to content

Commit

Permalink
chore: Add docker-build-e2e (dymensionxyz#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 authored Feb 16, 2024
1 parent 7f417c3 commit 87dd0e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ install: go.sum
build: go.sum
go build $(BUILD_FLAGS) -o build/dymd ./cmd/dymd

docker-build-e2e:
@DOCKER_BUILDKIT=1 docker build -t ghcr.io/dymensionxyz/dymension:e2e -f Dockerfile .

###############################################################################
### E2E tests ###
###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Make sure you have Docker installed. For testing in local machine you need 2 ste

1. Build a debug image with your code change
```bash
make docker-build-debug
make docker-build-e2e
```
2. Run Test-case you want to test. Example:
```bash
Expand Down

0 comments on commit 87dd0e1

Please sign in to comment.