Small rename to long term memory (#6914)

This commit is contained in:
Engel Nyst
2025-02-24 16:35:16 +01:00
committed by GitHub
parent 29ba94fc0f
commit 8ad89e368a
4 changed files with 8 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ jobs:
- name: Build Environment
run: make build
- name: Run Tests
run: poetry run pytest --forked -n auto --cov=openhands --cov-report=xml -svv ./tests/unit --ignore=tests/unit/test_memory.py
run: poetry run pytest --forked -n auto --cov=openhands --cov-report=xml -svv ./tests/unit --ignore=tests/unit/test_long_term_memory.py
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
env: