Skip to content

Commit

Permalink
[OPIK-130] Disable usage bi event in ci (#327)
Browse files Browse the repository at this point in the history
* [OPIK-130] Disable usage bi event in ci

* Dummy commit
  • Loading branch information
thiagohora authored Sep 30, 2024
1 parent 7ca9fbb commit 2b942b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sdk-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
python-version: ${{matrix.python_version}}

- name: Run latest Opik server
env:
OPIK_USAGE_REPORT_ENABLED: false
run: |
cd deployment/docker-compose
docker compose up -d --build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
playwright install
- name: Install Opik
env:
OPIK_USAGE_REPORT_ENABLED: false
run: |
cd ${{ github.workspace }}/deployment/docker-compose
docker compose up --detach
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,5 @@ public void run(GuiceyEnvironment environment) {
.hooks(hook)
.create();
}

}

0 comments on commit 2b942b7

Please sign in to comment.