Add E2E tests workflow for GitHub, GitLab, and Bitbucket; update configuration settings and build-and-test workflow

This commit is contained in:
mrT23
2024-07-27 17:26:24 +03:00
parent 7eadb45c09
commit 70f7a90226
3 changed files with 50 additions and 4 deletions

View File

@ -36,6 +36,6 @@ jobs:
- id: test
name: Test dev docker
run: |
docker run --rm codiumai/pr-agent:test pytest -v
docker run --rm codiumai/pr-agent:test pytest -v tests/unittest