Skip to content

chore: v0.2.0#33

Merged
DiTo97 merged 2 commits intomainfrom
chore-version-0-2-0
Apr 17, 2026
Merged

chore: v0.2.0#33
DiTo97 merged 2 commits intomainfrom
chore-version-0-2-0

Conversation

@DiTo97
Copy link
Copy Markdown
Owner

@DiTo97 DiTo97 commented Apr 17, 2026

No description provided.

@DiTo97
Copy link
Copy Markdown
Owner Author

DiTo97 commented Apr 17, 2026

@copilot make a small edit to the tests.yml GitHub Actions workflow to scope the workflow on commits or pull requests on main, so to run the workflow (installation, unit tests, integration tests) only if dependencies version or else change (uv lock), if the docker compose changes since that's key for integration tests, if the tests folder source code changes, or if source code under src changes. On that note, please also update the tests folder so that scalability.py goes under a subfolder "common" (see if related paths have to be updated, so tests only contains conftest.py and subfolders.

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 17, 2026

@copilot make a small edit to the tests.yml GitHub Actions workflow to scope the workflow on commits or pull requests on main, so to run the workflow (installation, unit tests, integ...

Done in commit 364cdd7:

  • tests.yml now triggers only on changes to uv.lock, docker-compose.yml, tests/**, or src/** (for both push and pull_request on main)
  • tests/scalability.py moved to tests/common/scalability.py with a new tests/common/__init__.py; all five import sites updated to from tests.common.scalability import ...

@DiTo97 DiTo97 merged commit fedbf7d into main Apr 17, 2026
3 checks passed
@DiTo97 DiTo97 deleted the chore-version-0-2-0 branch April 17, 2026 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants