Skip to content

Commit

Permalink
build: Fix e2e tests for builds on v0.85 (#2316)
Browse files Browse the repository at this point in the history
- The edge version of deephaven-core installs the latest version of
deephaven.ui, which is not compatible with this old version of the UI
- Just pin the e2e tests to an older build of core
  • Loading branch information
mofojed authored Dec 13, 2024
1 parent 552f4d7 commit c44deae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- 'release/**'
- 'feature/**'
env:
DHC_VERSION: edge
DHC_VERSION: 0.36.1

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-scripts/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
dhc-server:
container_name: dhc-server
image: ghcr.io/deephaven/server:${DHC_VERSION:-edge}
image: ghcr.io/deephaven/server:${DHC_VERSION:-0.36.1}
pull_policy: always
volumes:
- ./data:/data
Expand Down

0 comments on commit c44deae

Please sign in to comment.