Skip to content

Commit

Permalink
fix: dagger call etoe, update README
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <[email protected]>
  • Loading branch information
csatib02 committed May 24, 2024
1 parent c2fdb7d commit e664444
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test: ## Run tests
.PHONY: test-e2e
test-e2e: ## Run end-to-end tests
$(call print-target)
$(DAGGER_BIN) call --source .:default test etoe
$(DAGGER_BIN) call --source .:default etoe

.PHONY: lint
lint: ## Run linters
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ make up
```

Run project components:

```sh
make sink-worker
make server
Expand All @@ -130,6 +131,7 @@ Run tests:

```sh
make test
make test-e2e
```

Run linters:
Expand All @@ -143,7 +145,9 @@ Some linter violations can automatically be fixed:
```shell
make fmt
```

Generate go code:

```shell
make generate
```
Expand Down

0 comments on commit e664444

Please sign in to comment.