-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d2dfe8
commit b8093aa
Showing
5 changed files
with
21 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
version: "3.8" | ||
|
||
x-base-app-test: &base-app-test | ||
image: dynamiq-app:${IMAGE_TAG:-local} | ||
build: | ||
target: develop | ||
volumes: | ||
- ./:/app | ||
|
||
services: | ||
dynamiq-app: | ||
# Caching target to avoid cache duplication | ||
<<: *base-app-test | ||
image: dynamiq-app:${IMAGE_TAG:-local} | ||
build: | ||
target: develop | ||
volumes: | ||
- ./:/app | ||
|
||
dynamiq-app-test: &app-test | ||
<<: *base-app-test | ||
dynamiq-app-test: | ||
image: dynamiq-app:${IMAGE_TAG:-local} | ||
build: | ||
target: develop | ||
entrypoint: ["make", "test"] | ||
env_file: | ||
- .env | ||
volumes: | ||
- ./:/app | ||
|
||
dynamiq-app-test-cov: | ||
<<: *app-test | ||
image: dynamiq-app:${IMAGE_TAG:-local} | ||
build: | ||
target: develop | ||
entrypoint: ["make", "test-cov"] | ||
env_file: | ||
- .env | ||
volumes: | ||
- ./:/app | ||
- ./reports:/app/reports:wr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "dynamiq" | ||
version = "0.3.2" | ||
version = "0.3.3" | ||
description = "Dynamiq is an orchestration framework for agentic AI and LLM applications" | ||
authors = ["Dynamiq Team <[email protected]>"] | ||
license = "Apache License 2.0" | ||
|
b8093aa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report