Skip to content

Commit

Permalink
Enable backend build. Enable debug logs for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuzmik committed Sep 24, 2024
1 parent cc3a9ae commit 11eef36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sdk-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run latest Opik server
run: |
cd deployment/docker-compose
docker compose up -d
docker compose up -d --build
- name: Check Opik server avialability
shell: bash
Expand All @@ -56,6 +56,7 @@ jobs:
run: |
cd ${{ github.workspace }}/sdks/python
export OPIK_URL_OVERRIDE=http://localhost:5173/api
export OPIK_CONSOLE_LOGGING_LEVEL=DEBUG
pytest tests/e2e -vv
- name: Keep BE log in case of failure
Expand Down

0 comments on commit 11eef36

Please sign in to comment.