Skip to content

Commit

Permalink
build opik server while runing it for tests (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaka authored Sep 30, 2024
1 parent 0cc1242 commit 5f99fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 Down

0 comments on commit 5f99fae

Please sign in to comment.